Html Css Color HEX #255EB2 Denim

📋 copy color: '#255EB2'

red 37 ◦ green 94 ◦ blue 178

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

Shades of Denim #255EB2

Tints of Denim #255EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 57.61%

R = 11.97%
G = 30.42%
B = 57.61%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#255EB2 (or 0x255EB2) is known color: Denim. HEX triplet: 25, 5E and B2. RGB value is (37,94,178). Sum of RGB (Red+Green+Blue) = 37+94+178=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #255EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255EB2 is #DAA14D. Grayscale: #565656. Windows color (decimal): -14328142 or 11689509. OLE color: 11689509.

HSL color Cylindrical-coordinate representation of color #255EB2: hue angle of 215.74º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255EB2 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 94 178 -
CMYK 0.79 0.47 0 0.30
HSL 215.74º 0.66% 0.42% -
HSV(B) 215.74º 0.79% 0.7% -
XYZ 12.8 11.61 43.69 -
YUV 86.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 37 94 178 0.79 0.47 0 0.30 215.74 0.66 0.42
Hex 25 5E B2 4F 2F 0 1E D8 42 2A
Octal 45 136 262 117 57 0 36 330 102 52
Binary 100101 1011110 10110010 1001111 101111 0 11110 11011000 1000010 101010

Color Harmonies of #255EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EB2

Black with #255EB2

Text Example


Text Example

White with #255EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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