Html Css Color HEX #002BFB Blue

📋 copy color: '#002BFB'

red 0 ◦ green 43 ◦ blue 251

#002BFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #002BFB

Tints of Blue #002BFB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 43 (17.19% from 255) = 14.63%

 BLUE value IS 251 (98.44% from 255) = 85.37%

R = 0%
G = 14.63%
B = 85.37%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#002BFB (or 0x002BFB) is known color: Blue. HEX triplet: 00, 2B and FB. RGB value is (0,43,251). Sum of RGB (Red+Green+Blue) = 0+43+251=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 251 (98.44% from 255 or 85.37% from 294); Max value from RGB is 251 - color contains mainly: blue. Hex color #002BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002BFB is #FFD404. Grayscale: #343434. Windows color (decimal): -16765957 or 16460544. OLE color: 16460544.

HSL color Cylindrical-coordinate representation of color #002BFB: hue angle of 229.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BFB is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 43 251 -
CMYK 1 0.83 0 0.02
HSL 229.72º 1% 0.49% -
HSV(B) 229.72º 1% 0.98% -
XYZ 18.28 8.69 91.98 -
YUV 53.86 239.25 89.59 -
System Red Green Blue C M Y K H S L
Decimal 0 43 251 1 0.83 0 0.02 229.72 1 0.49
Hex 0 2B FB 64 53 0 2 E6 64 31
Octal 0 53 373 144 123 0 2 346 144 61
Binary 0 101011 11111011 1100100 1010011 0 10 11100110 1100100 110001

Color Harmonies of #002BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002BFB

Black with #002BFB

Text Example


Text Example

White with #002BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002BFB; }

 p { color: rgb(0,43,251); }

 H1.HeaderClassName
 {
   color: #002BFB;
 }
 .AnyTagClassName
 {
   color: #002BFB;
 }
</style>

background-color css

<style>
 a { background-color: #002BFB; }

 a { background-color: rgb(0,43,251); }

 div.DivClassName
 {
   background-color: #002BFB;
 }
 .BgClassName
 {
   background-color: #002BFB;
 }
</style>

border-color css

<style>
 span { border-color: #002BFB; }

 span { border-color: rgb(0,43,251); }

 td.TdClassName
 {
   border-color: #002BFB;
 }
 .TagClassName
 {
   border-color: #002BFB;
 }
</style>