Html Css Color HEX #025FDC Navy Blue

📋 copy color: '#025FDC'

red 2 ◦ green 95 ◦ blue 220

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

Shades of Navy Blue #025FDC

Tints of Navy Blue #025FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.97%

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

R = 0.63%
G = 29.97%
B = 69.4%

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

#025FDC (or 0x025FDC) is known color: Navy Blue. HEX triplet: 02, 5F and DC. RGB value is (2,95,220). Sum of RGB (Red+Green+Blue) = 2+95+220=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #025FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025FDC is #FDA023. Grayscale: #505050. Windows color (decimal): -16621604 or 14442242. OLE color: 14442242.

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

Color convert

RGB 2 95 220 -
CMYK 0.99 0.57 0 0.14
HSL 214.4º 0.98% 0.44% -
HSV(B) 214.4º 0.99% 0.86% -
XYZ 17.04 13.36 69.39 -
YUV 81.44 206.19 71.34 -
System Red Green Blue C M Y K H S L
Decimal 2 95 220 0.99 0.57 0 0.14 214.4 0.98 0.44
Hex 2 5F DC 63 39 0 E D6 62 2C
Octal 2 137 334 143 71 0 16 326 142 54
Binary 10 1011111 11011100 1100011 111001 0 1110 11010110 1100010 101100

Color Harmonies of #025FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FDC

Black with #025FDC

Text Example


Text Example

White with #025FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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