Html Css Color HEX #024DFD Navy Blue

📋 copy color: '#024DFD'

red 2 ◦ green 77 ◦ blue 253

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

Shades of Navy Blue #024DFD

Tints of Navy Blue #024DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 76.2%

R = 0.6%
G = 23.19%
B = 76.2%

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

#024DFD (or 0x024DFD) is known color: Navy Blue. HEX triplet: 02, 4D and FD. RGB value is (2,77,253). Sum of RGB (Red+Green+Blue) = 2+77+253=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #024DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DFD is #FDB202. Grayscale: #494949. Windows color (decimal): -16626179 or 16600322. OLE color: 16600322.

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

Color convert

RGB 2 77 253 -
CMYK 0.99 0.70 0 0.01
HSL 222.07º 0.98% 0.5% -
HSV(B) 222.07º 0.99% 0.99% -
XYZ 20.41 12.41 94.25 -
YUV 74.64 228.65 76.19 -
System Red Green Blue C M Y K H S L
Decimal 2 77 253 0.99 0.70 0 0.01 222.07 0.98 0.5
Hex 2 4D FD 63 46 0 1 DE 62 32
Octal 2 115 375 143 106 0 1 336 142 62
Binary 10 1001101 11111101 1100011 1000110 0 1 11011110 1100010 110010

Color Harmonies of #024DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DFD

Black with #024DFD

Text Example


Text Example

White with #024DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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