Html Css Color HEX #025DB2 Denim

📋 copy color: '#025DB2'

red 2 ◦ green 93 ◦ blue 178

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

Shades of Denim #025DB2

Tints of Denim #025DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 65.2%

R = 0.73%
G = 34.07%
B = 65.2%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#025DB2 (or 0x025DB2) is known color: Denim. HEX triplet: 02, 5D and B2. RGB value is (2,93,178). Sum of RGB (Red+Green+Blue) = 2+93+178=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 178 (69.92% from 255 or 65.20% from 273); Max value from RGB is 178 - color contains mainly: blue. Hex color #025DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025DB2 is #FDA24D. Grayscale: #4B4B4B. Windows color (decimal): -16622158 or 11689218. OLE color: 11689218.

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

Color convert

RGB 2 93 178 -
CMYK 0.99 0.48 0 0.30
HSL 208.98º 0.98% 0.35% -
HSV(B) 208.98º 0.99% 0.7% -
XYZ 11.98 11.06 43.62 -
YUV 75.48 185.85 75.59 -
System Red Green Blue C M Y K H S L
Decimal 2 93 178 0.99 0.48 0 0.30 208.98 0.98 0.35
Hex 2 5D B2 63 30 0 1E D1 62 23
Octal 2 135 262 143 60 0 36 321 142 43
Binary 10 1011101 10110010 1100011 110000 0 11110 11010001 1100010 100011

Color Harmonies of #025DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025DB2

Black with #025DB2

Text Example


Text Example

White with #025DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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