Html Css Color HEX #024CFA Navy Blue

📋 copy color: '#024CFA'

red 2 ◦ green 76 ◦ blue 250

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

Shades of Navy Blue #024CFA

Tints of Navy Blue #024CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 76.22%

R = 0.61%
G = 23.17%
B = 76.22%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#024CFA (or 0x024CFA) is known color: Navy Blue. HEX triplet: 02, 4C and FA. RGB value is (2,76,250). Sum of RGB (Red+Green+Blue) = 2+76+250=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #024CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024CFA is #FDB305. Grayscale: #484848. Windows color (decimal): -16626438 or 16403458. OLE color: 16403458.

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

Color convert

RGB 2 76 250 -
CMYK 0.99 0.70 0 0.02
HSL 222.1º 0.98% 0.49% -
HSV(B) 222.1º 0.99% 0.98% -
XYZ 19.86 12.08 91.73 -
YUV 73.71 227.48 76.85 -
System Red Green Blue C M Y K H S L
Decimal 2 76 250 0.99 0.70 0 0.02 222.1 0.98 0.49
Hex 2 4C FA 63 46 0 2 DE 62 31
Octal 2 114 372 143 106 0 2 336 142 61
Binary 10 1001100 11111010 1100011 1000110 0 10 11011110 1100010 110001

Color Harmonies of #024CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CFA

Black with #024CFA

Text Example


Text Example

White with #024CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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