Html Css Color HEX #025EDD Navy Blue

📋 copy color: '#025EDD'

red 2 ◦ green 94 ◦ blue 221

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

Shades of Navy Blue #025EDD

Tints of Navy Blue #025EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

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

R = 0.63%
G = 29.65%
B = 69.72%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#025EDD (or 0x025EDD) is known color: Navy Blue. HEX triplet: 02, 5E and DD. RGB value is (2,94,221). Sum of RGB (Red+Green+Blue) = 2+94+221=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #025EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025EDD is #FDA122. Grayscale: #505050. Windows color (decimal): -16621859 or 14507522. OLE color: 14507522.

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

Color convert

RGB 2 94 221 -
CMYK 0.99 0.57 0 0.13
HSL 214.79º 0.98% 0.44% -
HSV(B) 214.79º 0.99% 0.87% -
XYZ 17.08 13.24 70.06 -
YUV 80.97 207.02 71.67 -
System Red Green Blue C M Y K H S L
Decimal 2 94 221 0.99 0.57 0 0.13 214.79 0.98 0.44
Hex 2 5E DD 63 39 0 D D7 62 2C
Octal 2 136 335 143 71 0 15 327 142 54
Binary 10 1011110 11011101 1100011 111001 0 1101 11010111 1100010 101100

Color Harmonies of #025EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025EDD

Black with #025EDD

Text Example


Text Example

White with #025EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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