Html Css Color HEX #025EDC Navy Blue

📋 copy color: '#025EDC'

red 2 ◦ green 94 ◦ blue 220

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

Shades of Navy Blue #025EDC

Tints of Navy Blue #025EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.62%

R = 0.63%
G = 29.75%
B = 69.62%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#025EDC (or 0x025EDC) is known color: Navy Blue. HEX triplet: 02, 5E and DC. RGB value is (2,94,220). Sum of RGB (Red+Green+Blue) = 2+94+220=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #025EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025EDC is #FDA123. Grayscale: #505050. Windows color (decimal): -16621860 or 14441986. OLE color: 14441986.

HSL color Cylindrical-coordinate representation of color #025EDC: hue angle of 214.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025EDC is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 94 220 -
CMYK 0.99 0.57 0 0.14
HSL 214.68º 0.98% 0.44% -
HSV(B) 214.68º 0.99% 0.86% -
XYZ 16.95 13.19 69.36 -
YUV 80.86 206.52 71.75 -
System Red Green Blue C M Y K H S L
Decimal 2 94 220 0.99 0.57 0 0.14 214.68 0.98 0.44
Hex 2 5E DC 63 39 0 E D7 62 2C
Octal 2 136 334 143 71 0 16 327 142 54
Binary 10 1011110 11011100 1100011 111001 0 1110 11010111 1100010 101100

Color Harmonies of #025EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025EDC

Black with #025EDC

Text Example


Text Example

White with #025EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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