Html Css Color HEX #002AF9 Blue

📋 copy color: '#002AF9'

red 0 ◦ green 42 ◦ blue 249

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

Shades of Blue #002AF9

Tints of Blue #002AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 85.57%

R = 0%
G = 14.43%
B = 85.57%

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

#002AF9 (or 0x002AF9) is known color: Blue. HEX triplet: 00, 2A and F9. RGB value is (0,42,249). Sum of RGB (Red+Green+Blue) = 0+42+249=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 249 (97.66% from 255 or 85.57% from 291); Max value from RGB is 249 - color contains mainly: blue. Hex color #002AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002AF9 is #FFD506. Grayscale: #343434. Windows color (decimal): -16766215 or 16329216. OLE color: 16329216.

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

Color convert

RGB 0 42 249 -
CMYK 1 0.83 0 0.02
HSL 229.88º 1% 0.49% -
HSV(B) 229.88º 1% 0.98% -
XYZ 17.93 8.5 90.32 -
YUV 53.04 238.59 90.17 -
System Red Green Blue C M Y K H S L
Decimal 0 42 249 1 0.83 0 0.02 229.88 1 0.49
Hex 0 2A F9 64 53 0 2 E6 64 31
Octal 0 52 371 144 123 0 2 346 144 61
Binary 0 101010 11111001 1100100 1010011 0 10 11100110 1100100 110001

Color Harmonies of #002AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002AF9

Black with #002AF9

Text Example


Text Example

White with #002AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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