Html Css Color HEX #155ED7 Denim

📋 copy color: '#155ED7'

red 21 ◦ green 94 ◦ blue 215

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

Shades of Denim #155ED7

Tints of Denim #155ED7

RGB

 RED value IS 21 (8.59% from 255) = 6.36%

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

 BLUE value IS 215 (84.38% from 255) = 65.15%

R = 6.36%
G = 28.48%
B = 65.15%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#155ED7 (or 0x155ED7) is known color: Denim. HEX triplet: 15, 5E and D7. RGB value is (21,94,215). Sum of RGB (Red+Green+Blue) = 21+94+215=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #155ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ED7 is #EAA128. Grayscale: #555555. Windows color (decimal): -15376681 or 14114325. OLE color: 14114325.

HSL color Cylindrical-coordinate representation of color #155ED7: hue angle of 217.42º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155ED7 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 94 215 -
CMYK 0.90 0.56 0 0.16
HSL 217.42º 0.82% 0.46% -
HSV(B) 217.42º 0.9% 0.84% -
XYZ 16.58 13.07 65.94 -
YUV 85.97 200.82 81.66 -
System Red Green Blue C M Y K H S L
Decimal 21 94 215 0.90 0.56 0 0.16 217.42 0.82 0.46
Hex 15 5E D7 5A 38 0 10 D9 52 2E
Octal 25 136 327 132 70 0 20 331 122 56
Binary 10101 1011110 11010111 1011010 111000 0 10000 11011001 1010010 101110

Color Harmonies of #155ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ED7

Black with #155ED7

Text Example


Text Example

White with #155ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155ED7; }

 p { color: rgb(21,94,215); }

 H1.HeaderClassName
 {
   color: #155ED7;
 }
 .AnyTagClassName
 {
   color: #155ED7;
 }
</style>

background-color css

<style>
 a { background-color: #155ED7; }

 a { background-color: rgb(21,94,215); }

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

border-color css

<style>
 span { border-color: #155ED7; }

 span { border-color: rgb(21,94,215); }

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