Html Css Color HEX #025AAA Cobalt

📋 copy color: '#025AAA'

red 2 ◦ green 90 ◦ blue 170

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

Shades of Cobalt #025AAA

Tints of Cobalt #025AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

 BLUE value IS 170 (66.8% from 255) = 64.89%

R = 0.76%
G = 34.35%
B = 64.89%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#025AAA (or 0x025AAA) is known color: Cobalt. HEX triplet: 02, 5A and AA. RGB value is (2,90,170). Sum of RGB (Red+Green+Blue) = 2+90+170=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #025AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025AAA is #FDA555. Grayscale: #484848. Windows color (decimal): -16622934 or 11164162. OLE color: 11164162.

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

Color convert

RGB 2 90 170 -
CMYK 0.99 0.47 0 0.33
HSL 208.57º 0.98% 0.34% -
HSV(B) 208.57º 0.99% 0.67% -
XYZ 10.94 10.23 39.43 -
YUV 72.81 182.85 77.5 -
System Red Green Blue C M Y K H S L
Decimal 2 90 170 0.99 0.47 0 0.33 208.57 0.98 0.34
Hex 2 5A AA 63 2F 0 21 D1 62 22
Octal 2 132 252 143 57 0 41 321 142 42
Binary 10 1011010 10101010 1100011 101111 0 100001 11010001 1100010 100010

Color Harmonies of #025AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025AAA

Black with #025AAA

Text Example


Text Example

White with #025AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,90,170); }

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

background-color css

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

 a { background-color: rgb(2,90,170); }

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

border-color css

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

 span { border-color: rgb(2,90,170); }

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