Html Css Color HEX #1562D0 Denim

📋 copy color: '#1562D0'

red 21 ◦ green 98 ◦ blue 208

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

Shades of Denim #1562D0

Tints of Denim #1562D0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

 BLUE value IS 208 (81.64% from 255) = 63.61%

R = 6.42%
G = 29.97%
B = 63.61%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1562D0 (or 0x1562D0) is known color: Denim. HEX triplet: 15, 62 and D0. RGB value is (21,98,208). Sum of RGB (Red+Green+Blue) = 21+98+208=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 208 (81.64% from 255 or 63.61% from 327); Max value from RGB is 208 - color contains mainly: blue. Hex color #1562D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562D0 is #EA9D2F. Grayscale: #575757. Windows color (decimal): -15375664 or 13656597. OLE color: 13656597.

HSL color Cylindrical-coordinate representation of color #1562D0: hue angle of 215.29º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1562D0 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 98 208 -
CMYK 0.90 0.53 0 0.18
HSL 215.29º 0.82% 0.45% -
HSV(B) 215.29º 0.9% 0.82% -
XYZ 16.06 13.45 61.42 -
YUV 87.52 195.99 80.56 -
System Red Green Blue C M Y K H S L
Decimal 21 98 208 0.90 0.53 0 0.18 215.29 0.82 0.45
Hex 15 62 D0 5A 35 0 12 D7 52 2D
Octal 25 142 320 132 65 0 22 327 122 55
Binary 10101 1100010 11010000 1011010 110101 0 10010 11010111 1010010 101101

Color Harmonies of #1562D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1562D0

Black with #1562D0

Text Example


Text Example

White with #1562D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1562D0; }

 p { color: rgb(21,98,208); }

 H1.HeaderClassName
 {
   color: #1562D0;
 }
 .AnyTagClassName
 {
   color: #1562D0;
 }
</style>

background-color css

<style>
 a { background-color: #1562D0; }

 a { background-color: rgb(21,98,208); }

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

border-color css

<style>
 span { border-color: #1562D0; }

 span { border-color: rgb(21,98,208); }

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