Html Css Color HEX #025ABB Denim

📋 copy color: '#025ABB'

red 2 ◦ green 90 ◦ blue 187

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

Shades of Denim #025ABB

Tints of Denim #025ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 0.72%
G = 32.26%
B = 67.03%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#025ABB (or 0x025ABB) is known color: Denim. HEX triplet: 02, 5A and BB. RGB value is (2,90,187). Sum of RGB (Red+Green+Blue) = 2+90+187=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #025ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ABB is #FDA544. Grayscale: #4A4A4A. Windows color (decimal): -16622917 or 12278274. OLE color: 12278274.

HSL color Cylindrical-coordinate representation of color #025ABB: hue angle of 211.46º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025ABB is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 90 187 -
CMYK 0.99 0.52 0 0.27
HSL 211.46º 0.98% 0.37% -
HSV(B) 211.46º 0.99% 0.73% -
XYZ 12.65 10.91 48.45 -
YUV 74.75 191.35 76.11 -
System Red Green Blue C M Y K H S L
Decimal 2 90 187 0.99 0.52 0 0.27 211.46 0.98 0.37
Hex 2 5A BB 63 34 0 1B D3 62 25
Octal 2 132 273 143 64 0 33 323 142 45
Binary 10 1011010 10111011 1100011 110100 0 11011 11010011 1100010 100101

Color Harmonies of #025ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025ABB

Black with #025ABB

Text Example


Text Example

White with #025ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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