#255FB0

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

Shades of Denim #255FB0

Tints of Denim #255FB0

Color information

#255FB0 (or 0x255FB0) is unknown color: approx Denim. HEX triplet: 25, 5F and B0. RGB value is (37,95,176). Sum of RGB (Red+Green+Blue) = 37+95+176=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 176 (69.14% from 255 or 57.14% from 308); Max value from RGB is 176 - color contains mainly: blue. Hex color #255FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255FB0 is #DAA04F. Grayscale: #565656. Windows color (decimal): -14327888 or 11558693. OLE color: 11558693.

HSL color Cylindrical-coordinate representation of color #255FB0: hue angle of 214.96º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255FB0 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3795176-
CMYK0.790.4600.31
HSL214.96º65.26%41.76%-
HSV(B)214.96º78.98%69.02%-
XYZ12.6911.7142.67-
YUV86.89178.2892.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.01%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 176 (69.14% from 255) = 57.14%
R=12.01%
G=30.84%
B=57.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37951760.790.4600.31214.9665.2641.76
Hex255FB04F2E01Fd7412a
Octal451372601175603732710152
Binary1001011011111101100001001111101110011111110101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255FB0; }

 p { color: rgb(37,95,176); }

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

<style>
 a { background-color: #255FB0; }

 a { background-color: rgb(37,95,176); }

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

<style>
 span { border-color: #255FB0; }

 span { border-color: rgb(37,95,176); }

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