Html Css Color HEX #1552DB Denim

📋 copy color: '#1552DB'

red 21 ◦ green 82 ◦ blue 219

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

Shades of Denim #1552DB

Tints of Denim #1552DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.01%

R = 6.52%
G = 25.47%
B = 68.01%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1552DB (or 0x1552DB) is known color: Denim. HEX triplet: 15, 52 and DB. RGB value is (21,82,219). Sum of RGB (Red+Green+Blue) = 21+82+219=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #1552DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552DB is #EAAD24. Grayscale: #4E4E4E. Windows color (decimal): -15379749 or 14373397. OLE color: 14373397.

HSL color Cylindrical-coordinate representation of color #1552DB: hue angle of 221.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1552DB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 82 219 -
CMYK 0.90 0.63 0 0.14
HSL 221.52º 0.83% 0.47% -
HSV(B) 221.52º 0.9% 0.86% -
XYZ 16.11 11.31 68.35 -
YUV 79.38 206.79 86.36 -
System Red Green Blue C M Y K H S L
Decimal 21 82 219 0.90 0.63 0 0.14 221.52 0.83 0.47
Hex 15 52 DB 5A 3F 0 E DE 52 2F
Octal 25 122 333 132 77 0 16 336 122 57
Binary 10101 1010010 11011011 1011010 111111 0 1110 11011110 1010010 101111

Color Harmonies of #1552DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552DB

Black with #1552DB

Text Example


Text Example

White with #1552DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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