Html Css Color HEX #024BDF Navy Blue

📋 copy color: '#024BDF'

red 2 ◦ green 75 ◦ blue 223

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

Shades of Navy Blue #024BDF

Tints of Navy Blue #024BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.33%

R = 0.67%
G = 25%
B = 74.33%

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

#024BDF (or 0x024BDF) is known color: Navy Blue. HEX triplet: 02, 4B and DF. RGB value is (2,75,223). Sum of RGB (Red+Green+Blue) = 2+75+223=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #024BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BDF is #FDB420. Grayscale: #454545. Windows color (decimal): -16626721 or 14633730. OLE color: 14633730.

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

Color convert

RGB 2 75 223 -
CMYK 0.99 0.66 0 0.13
HSL 220.18º 0.98% 0.44% -
HSV(B) 220.18º 0.99% 0.87% -
XYZ 15.86 10.37 70.98 -
YUV 70.05 214.32 79.47 -
System Red Green Blue C M Y K H S L
Decimal 2 75 223 0.99 0.66 0 0.13 220.18 0.98 0.44
Hex 2 4B DF 63 42 0 D DC 62 2C
Octal 2 113 337 143 102 0 15 334 142 54
Binary 10 1001011 11011111 1100011 1000010 0 1101 11011100 1100010 101100

Color Harmonies of #024BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BDF

Black with #024BDF

Text Example


Text Example

White with #024BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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