Html Css Color HEX #1550D6 Denim

📋 copy color: '#1550D6'

red 21 ◦ green 80 ◦ blue 214

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

Shades of Denim #1550D6

Tints of Denim #1550D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 67.94%

R = 6.67%
G = 25.4%
B = 67.94%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1550D6 (or 0x1550D6) is known color: Denim. HEX triplet: 15, 50 and D6. RGB value is (21,80,214). Sum of RGB (Red+Green+Blue) = 21+80+214=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #1550D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550D6 is #EAAF29. Grayscale: #4D4D4D. Windows color (decimal): -15380266 or 14045205. OLE color: 14045205.

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

Color convert

RGB 21 80 214 -
CMYK 0.90 0.63 0 0.16
HSL 221.66º 0.82% 0.46% -
HSV(B) 221.66º 0.9% 0.84% -
XYZ 15.32 10.75 64.89 -
YUV 77.64 204.95 87.6 -
System Red Green Blue C M Y K H S L
Decimal 21 80 214 0.90 0.63 0 0.16 221.66 0.82 0.46
Hex 15 50 D6 5A 3F 0 10 DE 52 2E
Octal 25 120 326 132 77 0 20 336 122 56
Binary 10101 1010000 11010110 1011010 111111 0 10000 11011110 1010010 101110

Color Harmonies of #1550D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550D6

Black with #1550D6

Text Example


Text Example

White with #1550D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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