Html Css Color HEX #1552CE Denim

📋 copy color: '#1552CE'

red 21 ◦ green 82 ◦ blue 206

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

Shades of Denim #1552CE

Tints of Denim #1552CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.67%

R = 6.8%
G = 26.54%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1552CE (or 0x1552CE) is known color: Denim. HEX triplet: 15, 52 and CE. RGB value is (21,82,206). Sum of RGB (Red+Green+Blue) = 21+82+206=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #1552CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552CE is #EAAD31. Grayscale: #4D4D4D. Windows color (decimal): -15379762 or 13521429. OLE color: 13521429.

HSL color Cylindrical-coordinate representation of color #1552CE: hue angle of 220.22º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1552CE is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 82 206 -
CMYK 0.90 0.60 0 0.19
HSL 220.22º 0.81% 0.45% -
HSV(B) 220.22º 0.9% 0.81% -
XYZ 14.47 10.65 59.69 -
YUV 77.9 200.29 87.42 -
System Red Green Blue C M Y K H S L
Decimal 21 82 206 0.90 0.60 0 0.19 220.22 0.81 0.45
Hex 15 52 CE 5A 3C 0 13 DC 51 2D
Octal 25 122 316 132 74 0 23 334 121 55
Binary 10101 1010010 11001110 1011010 111100 0 10011 11011100 1010001 101101

Color Harmonies of #1552CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552CE

Black with #1552CE

Text Example


Text Example

White with #1552CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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