Html Css Color HEX #024FCF Navy Blue

📋 copy color: '#024FCF'

red 2 ◦ green 79 ◦ blue 207

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

Shades of Navy Blue #024FCF

Tints of Navy Blue #024FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.43%

 BLUE value IS 207 (81.25% from 255) = 71.88%

R = 0.69%
G = 27.43%
B = 71.88%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#024FCF (or 0x024FCF) is known color: Navy Blue. HEX triplet: 02, 4F and CF. RGB value is (2,79,207). Sum of RGB (Red+Green+Blue) = 2+79+207=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #024FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FCF is #FDB030. Grayscale: #454545. Windows color (decimal): -16625713 or 13586178. OLE color: 13586178.

HSL color Cylindrical-coordinate representation of color #024FCF: hue angle of 217.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FCF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 79 207 -
CMYK 0.99 0.62 0 0.19
HSL 217.46º 0.98% 0.41% -
HSV(B) 217.46º 0.99% 0.81% -
XYZ 14.08 10.11 60.24 -
YUV 70.57 204.99 79.09 -
System Red Green Blue C M Y K H S L
Decimal 2 79 207 0.99 0.62 0 0.19 217.46 0.98 0.41
Hex 2 4F CF 63 3E 0 13 D9 62 29
Octal 2 117 317 143 76 0 23 331 142 51
Binary 10 1001111 11001111 1100011 111110 0 10011 11011001 1100010 101001

Color Harmonies of #024FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FCF

Black with #024FCF

Text Example


Text Example

White with #024FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,79,207); }

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

background-color css

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

 a { background-color: rgb(2,79,207); }

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

border-color css

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

 span { border-color: rgb(2,79,207); }

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