Html Css Color HEX #1550CE Denim

📋 copy color: '#1550CE'

red 21 ◦ green 80 ◦ blue 206

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

Shades of Denim #1550CE

Tints of Denim #1550CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 6.84%
G = 26.06%
B = 67.1%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1550CE (or 0x1550CE) is known color: Denim. HEX triplet: 15, 50 and CE. RGB value is (21,80,206). Sum of RGB (Red+Green+Blue) = 21+80+206=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #1550CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550CE is #EAAF31. Grayscale: #4C4C4C. Windows color (decimal): -15380274 or 13520917. OLE color: 13520917.

HSL color Cylindrical-coordinate representation of color #1550CE: hue angle of 220.86º 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 #1550CE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 80 206 -
CMYK 0.90 0.61 0 0.19
HSL 220.86º 0.81% 0.45% -
HSV(B) 220.86º 0.9% 0.81% -
XYZ 14.32 10.35 59.64 -
YUV 76.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 21 80 206 0.90 0.61 0 0.19 220.86 0.81 0.45
Hex 15 50 CE 5A 3D 0 13 DD 51 2D
Octal 25 120 316 132 75 0 23 335 121 55
Binary 10101 1010000 11001110 1011010 111101 0 10011 11011101 1010001 101101

Color Harmonies of #1550CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550CE

Black with #1550CE

Text Example


Text Example

White with #1550CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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