Html Css Color HEX #1550D5 Denim

📋 copy color: '#1550D5'

red 21 ◦ green 80 ◦ blue 213

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

Shades of Denim #1550D5

Tints of Denim #1550D5

RGB

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

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

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

R = 6.69%
G = 25.48%
B = 67.83%

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

#1550D5 (or 0x1550D5) is known color: Denim. HEX triplet: 15, 50 and D5. RGB value is (21,80,213). Sum of RGB (Red+Green+Blue) = 21+80+213=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #1550D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550D5 is #EAAF2A. Grayscale: #4C4C4C. Windows color (decimal): -15380267 or 13979669. OLE color: 13979669.

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

Color convert

RGB 21 80 213 -
CMYK 0.90 0.62 0 0.16
HSL 221.56º 0.82% 0.46% -
HSV(B) 221.56º 0.9% 0.84% -
XYZ 15.19 10.7 64.22 -
YUV 77.52 204.45 87.69 -
System Red Green Blue C M Y K H S L
Decimal 21 80 213 0.90 0.62 0 0.16 221.56 0.82 0.46
Hex 15 50 D5 5A 3E 0 10 DE 52 2E
Octal 25 120 325 132 76 0 20 336 122 56
Binary 10101 1010000 11010101 1011010 111110 0 10000 11011110 1010010 101110

Color Harmonies of #1550D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550D5

Black with #1550D5

Text Example


Text Example

White with #1550D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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