Html Css Color HEX #024DFC Navy Blue

📋 copy color: '#024DFC'

red 2 ◦ green 77 ◦ blue 252

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

Shades of Navy Blue #024DFC

Tints of Navy Blue #024DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

 BLUE value IS 252 (98.83% from 255) = 76.13%

R = 0.6%
G = 23.26%
B = 76.13%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#024DFC (or 0x024DFC) is known color: Navy Blue. HEX triplet: 02, 4D and FC. RGB value is (2,77,252). Sum of RGB (Red+Green+Blue) = 2+77+252=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #024DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DFC is #FDB203. Grayscale: #494949. Windows color (decimal): -16626180 or 16534786. OLE color: 16534786.

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

Color convert

RGB 2 77 252 -
CMYK 0.99 0.69 0 0.01
HSL 222º 0.98% 0.5% -
HSV(B) 222º 0.99% 0.99% -
XYZ 20.25 12.35 93.41 -
YUV 74.53 228.15 76.27 -
System Red Green Blue C M Y K H S L
Decimal 2 77 252 0.99 0.69 0 0.01 222 0.98 0.5
Hex 2 4D FC 63 45 0 1 DE 62 32
Octal 2 115 374 143 105 0 1 336 142 62
Binary 10 1001101 11111100 1100011 1000101 0 1 11011110 1100010 110010

Color Harmonies of #024DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DFC

Black with #024DFC

Text Example


Text Example

White with #024DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,77,252); }

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

background-color css

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

 a { background-color: rgb(2,77,252); }

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

border-color css

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

 span { border-color: rgb(2,77,252); }

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