Html Css Color HEX #002AFB Blue

📋 copy color: '#002AFB'

red 0 ◦ green 42 ◦ blue 251

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

Shades of Blue #002AFB

Tints of Blue #002AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.33%

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

R = 0%
G = 14.33%
B = 85.67%

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

#002AFB (or 0x002AFB) is known color: Blue. HEX triplet: 00, 2A and FB. RGB value is (0,42,251). Sum of RGB (Red+Green+Blue) = 0+42+251=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #002AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002AFB is #FFD504. Grayscale: #343434. Windows color (decimal): -16766213 or 16460288. OLE color: 16460288.

HSL color Cylindrical-coordinate representation of color #002AFB: hue angle of 229.96º 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 #002AFB is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 42 251 -
CMYK 1 0.83 0 0.02
HSL 229.96º 1% 0.49% -
HSV(B) 229.96º 1% 0.98% -
XYZ 18.24 8.62 91.97 -
YUV 53.27 239.59 90.01 -
System Red Green Blue C M Y K H S L
Decimal 0 42 251 1 0.83 0 0.02 229.96 1 0.49
Hex 0 2A FB 64 53 0 2 E6 64 31
Octal 0 52 373 144 123 0 2 346 144 61
Binary 0 101010 11111011 1100100 1010011 0 10 11100110 1100100 110001

Color Harmonies of #002AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002AFB

Black with #002AFB

Text Example


Text Example

White with #002AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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