Html Css Color HEX #024CF8 Navy Blue

📋 copy color: '#024CF8'

red 2 ◦ green 76 ◦ blue 248

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

Shades of Navy Blue #024CF8

Tints of Navy Blue #024CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 76.07%

R = 0.61%
G = 23.31%
B = 76.07%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#024CF8 (or 0x024CF8) is known color: Navy Blue. HEX triplet: 02, 4C and F8. RGB value is (2,76,248). Sum of RGB (Red+Green+Blue) = 2+76+248=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 248 (97.27% from 255 or 76.07% from 326); Max value from RGB is 248 - color contains mainly: blue. Hex color #024CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024CF8 is #FDB307. Grayscale: #484848. Windows color (decimal): -16626440 or 16272386. OLE color: 16272386.

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

Color convert

RGB 2 76 248 -
CMYK 0.99 0.69 0 0.03
HSL 221.95º 0.98% 0.49% -
HSV(B) 221.95º 0.99% 0.97% -
XYZ 19.55 11.96 90.08 -
YUV 73.48 226.48 77.01 -
System Red Green Blue C M Y K H S L
Decimal 2 76 248 0.99 0.69 0 0.03 221.95 0.98 0.49
Hex 2 4C F8 63 45 0 3 DE 62 31
Octal 2 114 370 143 105 0 3 336 142 61
Binary 10 1001100 11111000 1100011 1000101 0 11 11011110 1100010 110001

Color Harmonies of #024CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CF8

Black with #024CF8

Text Example


Text Example

White with #024CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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