Html Css Color HEX #255FB5 Denim

📋 copy color: '#255FB5'

red 37 ◦ green 95 ◦ blue 181

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

Shades of Denim #255FB5

Tints of Denim #255FB5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 181 (71.09% from 255) = 57.83%

R = 11.82%
G = 30.35%
B = 57.83%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#255FB5 (or 0x255FB5) is known color: Denim. HEX triplet: 25, 5F and B5. RGB value is (37,95,181). Sum of RGB (Red+Green+Blue) = 37+95+181=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #255FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FB5 is #DAA04A. Grayscale: #575757. Windows color (decimal): -14327883 or 11886373. OLE color: 11886373.

HSL color Cylindrical-coordinate representation of color #255FB5: hue angle of 215.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255FB5 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 95 181 -
CMYK 0.80 0.48 0 0.29
HSL 215.83º 0.66% 0.43% -
HSV(B) 215.83º 0.8% 0.71% -
XYZ 13.2 11.91 45.32 -
YUV 87.46 180.78 92.01 -
System Red Green Blue C M Y K H S L
Decimal 37 95 181 0.80 0.48 0 0.29 215.83 0.66 0.43
Hex 25 5F B5 50 30 0 1D D8 42 2B
Octal 45 137 265 120 60 0 35 330 102 53
Binary 100101 1011111 10110101 1010000 110000 0 11101 11011000 1000010 101011

Color Harmonies of #255FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FB5

Black with #255FB5

Text Example


Text Example

White with #255FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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