Html Css Color HEX #024DFB Navy Blue

📋 copy color: '#024DFB'

red 2 ◦ green 77 ◦ blue 251

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

Shades of Navy Blue #024DFB

Tints of Navy Blue #024DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 76.06%

R = 0.61%
G = 23.33%
B = 76.06%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#024DFB (or 0x024DFB) is known color: Navy Blue. HEX triplet: 02, 4D and FB. RGB value is (2,77,251). Sum of RGB (Red+Green+Blue) = 2+77+251=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #024DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DFB is #FDB204. Grayscale: #494949. Windows color (decimal): -16626181 or 16469250. OLE color: 16469250.

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

Color convert

RGB 2 77 251 -
CMYK 0.99 0.69 0 0.02
HSL 221.93º 0.98% 0.5% -
HSV(B) 221.93º 0.99% 0.98% -
XYZ 20.09 12.29 92.58 -
YUV 74.41 227.65 76.35 -
System Red Green Blue C M Y K H S L
Decimal 2 77 251 0.99 0.69 0 0.02 221.93 0.98 0.5
Hex 2 4D FB 63 45 0 2 DE 62 32
Octal 2 115 373 143 105 0 2 336 142 62
Binary 10 1001101 11111011 1100011 1000101 0 10 11011110 1100010 110010

Color Harmonies of #024DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DFB

Black with #024DFB

Text Example


Text Example

White with #024DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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