Html Css Color HEX #255EB0 Denim

📋 copy color: '#255EB0'

red 37 ◦ green 94 ◦ blue 176

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

Shades of Denim #255EB0

Tints of Denim #255EB0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

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

R = 12.05%
G = 30.62%
B = 57.33%

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

#255EB0 (or 0x255EB0) is known color: Denim. HEX triplet: 25, 5E and B0. RGB value is (37,94,176). Sum of RGB (Red+Green+Blue) = 37+94+176=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #255EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255EB0 is #DAA14F. Grayscale: #555555. Windows color (decimal): -14328144 or 11558437. OLE color: 11558437.

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

Color convert

RGB 37 94 176 -
CMYK 0.79 0.47 0 0.31
HSL 215.4º 0.65% 0.42% -
HSV(B) 215.4º 0.79% 0.69% -
XYZ 12.6 11.53 42.64 -
YUV 86.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 37 94 176 0.79 0.47 0 0.31 215.4 0.65 0.42
Hex 25 5E B0 4F 2F 0 1F D7 41 2A
Octal 45 136 260 117 57 0 37 327 101 52
Binary 100101 1011110 10110000 1001111 101111 0 11111 11010111 1000001 101010

Color Harmonies of #255EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EB0

Black with #255EB0

Text Example


Text Example

White with #255EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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