#025DB7

Color #025DB7 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #025DB7

Tints of Denim #025DB7

Color information

#025DB7 (or 0x025DB7) is unknown color: approx Denim. HEX triplet: 02, 5D and B7. RGB value is (2,93,183). Sum of RGB (Red+Green+Blue) = 2+93+183=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 183 (71.88% from 255 or 65.83% from 278); Max value from RGB is 183 - color contains mainly: blue. Hex color #025DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DB7 is #FDA248. Grayscale: #4B4B4B. Windows color (decimal): -16622153 or 12016898. OLE color: 12016898.

HSL color Cylindrical-coordinate representation of color #025DB7: hue angle of 209.83º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DB7 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB293183-
CMYK0.990.4900.28
HSL209.83º97.84%36.27%-
HSV(B)209.83º98.91%71.76%-
XYZ12.4911.2646.32-
YUV76.05188.3575.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 183 (71.88% from 255) = 65.83%
R=0.72%
G=33.45%
B=65.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal2931830.990.4900.28209.8397.8436.27
Hex25DB7633101Cd26224
Octal21352671436103432214244
Binary101011101101101111100011110001011100110100101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #025DB7;
 }
 .AnyTagClassName
 {
   color: #025DB7;
 }
</style>
background-color css

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

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

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

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

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

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