Html Css Color HEX #025DDD Navy Blue

📋 copy color: '#025DDD'

red 2 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #025DDD

Tints of Navy Blue #025DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

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

R = 0.63%
G = 29.43%
B = 69.94%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#025DDD (or 0x025DDD) is known color: Navy Blue. HEX triplet: 02, 5D and DD. RGB value is (2,93,221). Sum of RGB (Red+Green+Blue) = 2+93+221=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #025DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DDD is #FDA222. Grayscale: #4F4F4F. Windows color (decimal): -16622115 or 14507266. OLE color: 14507266.

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

Color convert

RGB 2 93 221 -
CMYK 0.99 0.58 0 0.13
HSL 215.07º 0.98% 0.44% -
HSV(B) 215.07º 0.99% 0.87% -
XYZ 16.99 13.06 70.03 -
YUV 80.38 207.35 72.09 -
System Red Green Blue C M Y K H S L
Decimal 2 93 221 0.99 0.58 0 0.13 215.07 0.98 0.44
Hex 2 5D DD 63 3A 0 D D7 62 2C
Octal 2 135 335 143 72 0 15 327 142 54
Binary 10 1011101 11011101 1100011 111010 0 1101 11010111 1100010 101100

Color Harmonies of #025DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025DDD

Black with #025DDD

Text Example


Text Example

White with #025DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025DDD; }

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

 H1.HeaderClassName
 {
   color: #025DDD;
 }
 .AnyTagClassName
 {
   color: #025DDD;
 }
</style>

background-color css

<style>
 a { background-color: #025DDD; }

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

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

border-color css

<style>
 span { border-color: #025DDD; }

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

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