Html Css Color HEX #024BDD Navy Blue

📋 copy color: '#024BDD'

red 2 ◦ green 75 ◦ blue 221

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

Shades of Navy Blue #024BDD

Tints of Navy Blue #024BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.17%

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 0.67%
G = 25.17%
B = 74.16%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#024BDD (or 0x024BDD) is known color: Navy Blue. HEX triplet: 02, 4B and DD. RGB value is (2,75,221). Sum of RGB (Red+Green+Blue) = 2+75+221=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #024BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BDD is #FDB422. Grayscale: #454545. Windows color (decimal): -16626723 or 14502658. OLE color: 14502658.

HSL color Cylindrical-coordinate representation of color #024BDD: hue angle of 220º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BDD is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 75 221 -
CMYK 0.99 0.66 0 0.13
HSL 220º 0.98% 0.44% -
HSV(B) 220º 0.99% 0.87% -
XYZ 15.59 10.27 69.57 -
YUV 69.82 213.32 79.63 -
System Red Green Blue C M Y K H S L
Decimal 2 75 221 0.99 0.66 0 0.13 220 0.98 0.44
Hex 2 4B DD 63 42 0 D DC 62 2C
Octal 2 113 335 143 102 0 15 334 142 54
Binary 10 1001011 11011101 1100011 1000010 0 1101 11011100 1100010 101100

Color Harmonies of #024BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BDD

Black with #024BDD

Text Example


Text Example

White with #024BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,75,221); }

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

background-color css

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

 a { background-color: rgb(2,75,221); }

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

border-color css

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

 span { border-color: rgb(2,75,221); }

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