Html Css Color HEX #025DAE Cobalt

📋 copy color: '#025DAE'

red 2 ◦ green 93 ◦ blue 174

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

Shades of Cobalt #025DAE

Tints of Cobalt #025DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.57%

 BLUE value IS 174 (68.36% from 255) = 64.68%

R = 0.74%
G = 34.57%
B = 64.68%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#025DAE (or 0x025DAE) is known color: Cobalt. HEX triplet: 02, 5D and AE. RGB value is (2,93,174). Sum of RGB (Red+Green+Blue) = 2+93+174=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #025DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025DAE is #FDA251. Grayscale: #4A4A4A. Windows color (decimal): -16622162 or 11427074. OLE color: 11427074.

HSL color Cylindrical-coordinate representation of color #025DAE: hue angle of 208.26º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DAE is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 93 174 -
CMYK 0.99 0.47 0 0.32
HSL 208.26º 0.98% 0.35% -
HSV(B) 208.26º 0.99% 0.68% -
XYZ 11.58 10.9 41.54 -
YUV 75.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 2 93 174 0.99 0.47 0 0.32 208.26 0.98 0.35
Hex 2 5D AE 63 2F 0 20 D0 62 23
Octal 2 135 256 143 57 0 40 320 142 43
Binary 10 1011101 10101110 1100011 101111 0 100000 11010000 1100010 100011

Color Harmonies of #025DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025DAE

Black with #025DAE

Text Example


Text Example

White with #025DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,93,174); }

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

background-color css

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

 a { background-color: rgb(2,93,174); }

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

border-color css

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

 span { border-color: rgb(2,93,174); }

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