Html Css Color HEX #155CD7 Denim

📋 copy color: '#155CD7'

red 21 ◦ green 92 ◦ blue 215

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

Shades of Denim #155CD7

Tints of Denim #155CD7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

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

R = 6.4%
G = 28.05%
B = 65.55%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#155CD7 (or 0x155CD7) is known color: Denim. HEX triplet: 15, 5C and D7. RGB value is (21,92,215). Sum of RGB (Red+Green+Blue) = 21+92+215=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 215 (84.38% from 255 or 65.55% from 328); Max value from RGB is 215 - color contains mainly: blue. Hex color #155CD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CD7 is #EAA328. Grayscale: #545454. Windows color (decimal): -15377193 or 14113813. OLE color: 14113813.

HSL color Cylindrical-coordinate representation of color #155CD7: hue angle of 218.04º 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 #155CD7 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 92 215 -
CMYK 0.90 0.57 0 0.16
HSL 218.04º 0.82% 0.46% -
HSV(B) 218.04º 0.9% 0.84% -
XYZ 16.4 12.72 65.88 -
YUV 84.79 201.48 82.5 -
System Red Green Blue C M Y K H S L
Decimal 21 92 215 0.90 0.57 0 0.16 218.04 0.82 0.46
Hex 15 5C D7 5A 39 0 10 DA 52 2E
Octal 25 134 327 132 71 0 20 332 122 56
Binary 10101 1011100 11010111 1011010 111001 0 10000 11011010 1010010 101110

Color Harmonies of #155CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CD7

Black with #155CD7

Text Example


Text Example

White with #155CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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