Color Hex Logo

#002bfd Color Hex

#002BFD
(0,43,253)
0 Favorites   0 Comments

Color spaces of #002bfd

RGB 043253
HSL0.641.000.50
HSV230°100°99°
CMYK 1.000.830.00   0.01
XYZ18.59358.819693.6509
Yxy8.81960.15360.0729
Hunter Lab29.697859.7859-166.1803
CIE-Lab35.634667.6906-101.1763

#002bfd color RGB value is (0,43,253).

#002bfd hex color red value is 0, green value is 43 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #002bfd hue: 0.64 , saturation: 1.00 and the lightness value of 002bfd is 0.50.

The process color (four color CMYK) of #002bfd color hex is 1.00, 0.83, 0.00, 0.01. Web safe color of #002bfd is #0033ff. Color #002bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101011 11111101
Octal 0 53 375
Decimal 0 43 253
Hex 0 2B FD

RGB Percentages of Color #002bfd

%0.00
%14.53
%85.47

CMYK Percentages of Color #002bfd

%100
%83
%0
%1

Triadic Colors of #002bfd

#002bfd #fd002b #2bfd00

Analogous Colors of #002bfd

#002bfd #5300fd #00aafd

Monochromatic Colors of #002bfd

#002bfd

Complementary Color

#002bfd #fdd200

#002bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#002bfd Color CSS Codes

.mybgcolor {background-color:#002bfd; } 
.myforecolor {color:#002bfd; }
.mybordercolor {border:3px solid #002bfd; }

#002bfd Text Font Color

<p style="color:#002bfd">Text here</p>

This sample text font color is #002bfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#002bfd Background Color

<div style="background-color:#002bfd">
Div content here</div>

This div background color is #002bfd


#002bfd Border Color

<div style="border:3px solid #002bfd">
Div here</div>

This div border color is #002bfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,43,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002bfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #002bfd;
  box-shadow:         1px 1px 3px 2px #002bfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,43,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #002bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #002bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #002bfd;
  box-shadow:         1px 1px 3px 2px #002bfd;">
Div content here</div>

This div box has shadow with color #002bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.