Html Css Color HEX #024BFC Navy Blue

📋 copy color: '#024BFC'

red 2 ◦ green 75 ◦ blue 252

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

Shades of Navy Blue #024BFC

Tints of Navy Blue #024BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.8%

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

R = 0.61%
G = 22.8%
B = 76.6%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#024BFC (or 0x024BFC) is known color: Navy Blue. HEX triplet: 02, 4B and FC. RGB value is (2,75,252). Sum of RGB (Red+Green+Blue) = 2+75+252=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #024BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BFC is #FDB403. Grayscale: #484848. Windows color (decimal): -16626692 or 16534274. OLE color: 16534274.

HSL color Cylindrical-coordinate representation of color #024BFC: hue angle of 222.48º 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 #024BFC is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 75 252 -
CMYK 0.99 0.70 0 0.01
HSL 222.48º 0.98% 0.5% -
HSV(B) 222.48º 0.99% 0.99% -
XYZ 20.11 12.07 93.37 -
YUV 73.35 228.82 77.11 -
System Red Green Blue C M Y K H S L
Decimal 2 75 252 0.99 0.70 0 0.01 222.48 0.98 0.5
Hex 2 4B FC 63 46 0 1 DE 62 32
Octal 2 113 374 143 106 0 1 336 142 62
Binary 10 1001011 11111100 1100011 1000110 0 1 11011110 1100010 110010

Color Harmonies of #024BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BFC

Black with #024BFC

Text Example


Text Example

White with #024BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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