Html Css Color HEX #025CDF Navy Blue

📋 copy color: '#025CDF'

red 2 ◦ green 92 ◦ blue 223

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

Shades of Navy Blue #025CDF

Tints of Navy Blue #025CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.35%

R = 0.63%
G = 29.02%
B = 70.35%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#025CDF (or 0x025CDF) is known color: Navy Blue. HEX triplet: 02, 5C and DF. RGB value is (2,92,223). Sum of RGB (Red+Green+Blue) = 2+92+223=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #025CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CDF is #FDA320. Grayscale: #4F4F4F. Windows color (decimal): -16622369 or 14638082. OLE color: 14638082.

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

Color convert

RGB 2 92 223 -
CMYK 0.99 0.59 0 0.13
HSL 215.57º 0.98% 0.44% -
HSV(B) 215.57º 0.99% 0.87% -
XYZ 17.17 12.99 71.42 -
YUV 80.02 208.68 72.35 -
System Red Green Blue C M Y K H S L
Decimal 2 92 223 0.99 0.59 0 0.13 215.57 0.98 0.44
Hex 2 5C DF 63 3B 0 D D8 62 2C
Octal 2 134 337 143 73 0 15 330 142 54
Binary 10 1011100 11011111 1100011 111011 0 1101 11011000 1100010 101100

Color Harmonies of #025CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025CDF

Black with #025CDF

Text Example


Text Example

White with #025CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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