Html Css Color HEX #025FDE Navy Blue

📋 copy color: '#025FDE'

red 2 ◦ green 95 ◦ blue 222

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

Shades of Navy Blue #025FDE

Tints of Navy Blue #025FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.59%

R = 0.63%
G = 29.78%
B = 69.59%

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

#025FDE (or 0x025FDE) is known color: Navy Blue. HEX triplet: 02, 5F and DE. RGB value is (2,95,222). Sum of RGB (Red+Green+Blue) = 2+95+222=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #025FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025FDE is #FDA021. Grayscale: #515151. Windows color (decimal): -16621602 or 14573314. OLE color: 14573314.

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

Color convert

RGB 2 95 222 -
CMYK 0.99 0.57 0 0.13
HSL 214.64º 0.98% 0.44% -
HSV(B) 214.64º 0.99% 0.87% -
XYZ 17.3 13.47 70.8 -
YUV 81.67 207.19 71.17 -
System Red Green Blue C M Y K H S L
Decimal 2 95 222 0.99 0.57 0 0.13 214.64 0.98 0.44
Hex 2 5F DE 63 39 0 D D7 62 2C
Octal 2 137 336 143 71 0 15 327 142 54
Binary 10 1011111 11011110 1100011 111001 0 1101 11010111 1100010 101100

Color Harmonies of #025FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FDE

Black with #025FDE

Text Example


Text Example

White with #025FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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