Html Css Color HEX #1552D5 Denim

📋 copy color: '#1552D5'

red 21 ◦ green 82 ◦ blue 213

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

Shades of Denim #1552D5

Tints of Denim #1552D5

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 213 (83.59% from 255) = 67.41%

R = 6.65%
G = 25.95%
B = 67.41%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1552D5 (or 0x1552D5) is known color: Denim. HEX triplet: 15, 52 and D5. RGB value is (21,82,213). Sum of RGB (Red+Green+Blue) = 21+82+213=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 213 (83.59% from 255 or 67.41% from 316); Max value from RGB is 213 - color contains mainly: blue. Hex color #1552D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552D5 is #EAAD2A. Grayscale: #4E4E4E. Windows color (decimal): -15379755 or 13980181. OLE color: 13980181.

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

Color convert

RGB 21 82 213 -
CMYK 0.90 0.62 0 0.16
HSL 220.94º 0.82% 0.46% -
HSV(B) 220.94º 0.9% 0.84% -
XYZ 15.34 11 64.27 -
YUV 78.7 203.79 86.85 -
System Red Green Blue C M Y K H S L
Decimal 21 82 213 0.90 0.62 0 0.16 220.94 0.82 0.46
Hex 15 52 D5 5A 3E 0 10 DD 52 2E
Octal 25 122 325 132 76 0 20 335 122 56
Binary 10101 1010010 11010101 1011010 111110 0 10000 11011101 1010010 101110

Color Harmonies of #1552D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552D5

Black with #1552D5

Text Example


Text Example

White with #1552D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1552D5; }

 p { color: rgb(21,82,213); }

 H1.HeaderClassName
 {
   color: #1552D5;
 }
 .AnyTagClassName
 {
   color: #1552D5;
 }
</style>

background-color css

<style>
 a { background-color: #1552D5; }

 a { background-color: rgb(21,82,213); }

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

border-color css

<style>
 span { border-color: #1552D5; }

 span { border-color: rgb(21,82,213); }

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