Html Css Color HEX #025ABC Denim

📋 copy color: '#025ABC'

red 2 ◦ green 90 ◦ blue 188

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

Shades of Denim #025ABC

Tints of Denim #025ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.14%

R = 0.71%
G = 32.14%
B = 67.14%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#025ABC (or 0x025ABC) is known color: Denim. HEX triplet: 02, 5A and BC. RGB value is (2,90,188). Sum of RGB (Red+Green+Blue) = 2+90+188=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #025ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ABC is #FDA543. Grayscale: #4A4A4A. Windows color (decimal): -16622916 or 12343810. OLE color: 12343810.

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

Color convert

RGB 2 90 188 -
CMYK 0.99 0.52 0 0.26
HSL 211.61º 0.98% 0.37% -
HSV(B) 211.61º 0.99% 0.74% -
XYZ 12.76 10.96 49.02 -
YUV 74.86 191.85 76.03 -
System Red Green Blue C M Y K H S L
Decimal 2 90 188 0.99 0.52 0 0.26 211.61 0.98 0.37
Hex 2 5A BC 63 34 0 1A D4 62 25
Octal 2 132 274 143 64 0 32 324 142 45
Binary 10 1011010 10111100 1100011 110100 0 11010 11010100 1100010 100101

Color Harmonies of #025ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025ABC

Black with #025ABC

Text Example


Text Example

White with #025ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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