Html Css Color HEX #025DB9 Denim

📋 copy color: '#025DB9'

red 2 ◦ green 93 ◦ blue 185

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

Shades of Denim #025DB9

Tints of Denim #025DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 66.07%

R = 0.71%
G = 33.21%
B = 66.07%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#025DB9 (or 0x025DB9) is known color: Denim. HEX triplet: 02, 5D and B9. RGB value is (2,93,185). Sum of RGB (Red+Green+Blue) = 2+93+185=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #025DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DB9 is #FDA246. Grayscale: #4B4B4B. Windows color (decimal): -16622151 or 12147970. OLE color: 12147970.

HSL color Cylindrical-coordinate representation of color #025DB9: hue angle of 210.16º 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 #025DB9 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 93 185 -
CMYK 0.99 0.50 0 0.27
HSL 210.16º 0.98% 0.37% -
HSV(B) 210.16º 0.99% 0.73% -
XYZ 12.7 11.34 47.42 -
YUV 76.28 189.35 75.02 -
System Red Green Blue C M Y K H S L
Decimal 2 93 185 0.99 0.50 0 0.27 210.16 0.98 0.37
Hex 2 5D B9 63 32 0 1B D2 62 25
Octal 2 135 271 143 62 0 33 322 142 45
Binary 10 1011101 10111001 1100011 110010 0 11011 11010010 1100010 100101

Color Harmonies of #025DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025DB9

Black with #025DB9

Text Example


Text Example

White with #025DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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