Html Css Color HEX #025CDC Navy Blue

📋 copy color: '#025CDC'

red 2 ◦ green 92 ◦ blue 220

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

Shades of Navy Blue #025CDC

Tints of Navy Blue #025CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.3%

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

R = 0.64%
G = 29.3%
B = 70.06%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#025CDC (or 0x025CDC) is known color: Navy Blue. HEX triplet: 02, 5C and DC. RGB value is (2,92,220). Sum of RGB (Red+Green+Blue) = 2+92+220=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #025CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CDC is #FDA323. Grayscale: #4F4F4F. Windows color (decimal): -16622372 or 14441474. OLE color: 14441474.

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

Color convert

RGB 2 92 220 -
CMYK 0.99 0.58 0 0.14
HSL 215.23º 0.98% 0.44% -
HSV(B) 215.23º 0.99% 0.86% -
XYZ 16.77 12.83 69.3 -
YUV 79.68 207.18 72.59 -
System Red Green Blue C M Y K H S L
Decimal 2 92 220 0.99 0.58 0 0.14 215.23 0.98 0.44
Hex 2 5C DC 63 3A 0 E D7 62 2C
Octal 2 134 334 143 72 0 16 327 142 54
Binary 10 1011100 11011100 1100011 111010 0 1110 11010111 1100010 101100

Color Harmonies of #025CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025CDC

Black with #025CDC

Text Example


Text Example

White with #025CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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