Html Css Color HEX #255DB0 Denim

📋 copy color: '#255DB0'

red 37 ◦ green 93 ◦ blue 176

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

Shades of Denim #255DB0

Tints of Denim #255DB0

RGB

 RED value IS 37 (14.84% from 255) = 12.09%

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

 BLUE value IS 176 (69.14% from 255) = 57.52%

R = 12.09%
G = 30.39%
B = 57.52%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#255DB0 (or 0x255DB0) is known color: Denim. HEX triplet: 25, 5D and B0. RGB value is (37,93,176). Sum of RGB (Red+Green+Blue) = 37+93+176=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #255DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255DB0 is #DAA24F. Grayscale: #555555. Windows color (decimal): -14328400 or 11558181. OLE color: 11558181.

HSL color Cylindrical-coordinate representation of color #255DB0: hue angle of 215.83º 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 #255DB0 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 93 176 -
CMYK 0.79 0.47 0 0.31
HSL 215.83º 0.65% 0.42% -
HSV(B) 215.83º 0.79% 0.69% -
XYZ 12.51 11.36 42.61 -
YUV 85.72 178.95 93.25 -
System Red Green Blue C M Y K H S L
Decimal 37 93 176 0.79 0.47 0 0.31 215.83 0.65 0.42
Hex 25 5D B0 4F 2F 0 1F D8 41 2A
Octal 45 135 260 117 57 0 37 330 101 52
Binary 100101 1011101 10110000 1001111 101111 0 11111 11011000 1000001 101010

Color Harmonies of #255DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DB0

Black with #255DB0

Text Example


Text Example

White with #255DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #255DB0;
 }
 .AnyTagClassName
 {
   color: #255DB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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