Html Css Color HEX #024CF9 Navy Blue

📋 copy color: '#024CF9'

red 2 ◦ green 76 ◦ blue 249

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

Shades of Navy Blue #024CF9

Tints of Navy Blue #024CF9

RGB

 RED value IS 2 (1.17% from 255) = 0.61%

 GREEN value IS 76 (30.08% from 255) = 23.24%

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

R = 0.61%
G = 23.24%
B = 76.15%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#024CF9 (or 0x024CF9) is known color: Navy Blue. HEX triplet: 02, 4C and F9. RGB value is (2,76,249). Sum of RGB (Red+Green+Blue) = 2+76+249=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 249 (97.66% from 255 or 76.15% from 327); Max value from RGB is 249 - color contains mainly: blue. Hex color #024CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024CF9 is #FDB306. Grayscale: #484848. Windows color (decimal): -16626439 or 16337922. OLE color: 16337922.

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

Color convert

RGB 2 76 249 -
CMYK 0.99 0.69 0 0.02
HSL 222.02º 0.98% 0.49% -
HSV(B) 222.02º 0.99% 0.98% -
XYZ 19.71 12.02 90.9 -
YUV 73.6 226.98 76.93 -
System Red Green Blue C M Y K H S L
Decimal 2 76 249 0.99 0.69 0 0.02 222.02 0.98 0.49
Hex 2 4C F9 63 45 0 2 DE 62 31
Octal 2 114 371 143 105 0 2 336 142 61
Binary 10 1001100 11111001 1100011 1000101 0 10 11011110 1100010 110001

Color Harmonies of #024CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CF9

Black with #024CF9

Text Example


Text Example

White with #024CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024CF9; }

 p { color: rgb(2,76,249); }

 H1.HeaderClassName
 {
   color: #024CF9;
 }
 .AnyTagClassName
 {
   color: #024CF9;
 }
</style>

background-color css

<style>
 a { background-color: #024CF9; }

 a { background-color: rgb(2,76,249); }

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

border-color css

<style>
 span { border-color: #024CF9; }

 span { border-color: rgb(2,76,249); }

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