Html Css Color HEX #1517DA Medium Blue

📋 copy color: '#1517DA'

red 21 ◦ green 23 ◦ blue 218

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

Shades of Medium Blue #1517DA

Tints of Medium Blue #1517DA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

 BLUE value IS 218 (85.55% from 255) = 83.21%

R = 8.02%
G = 8.78%
B = 83.21%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1517DA (or 0x1517DA) is known color: Medium Blue. HEX triplet: 15, 17 and DA. RGB value is (21,23,218). Sum of RGB (Red+Green+Blue) = 21+23+218=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #1517DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517DA is #EAE825. Grayscale: #2B2B2B. Windows color (decimal): -15394854 or 14292757. OLE color: 14292757.

HSL color Cylindrical-coordinate representation of color #1517DA: hue angle of 239.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1517DA is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 23 218 -
CMYK 0.90 0.89 0 0.15
HSL 239.39º 0.82% 0.47% -
HSV(B) 239.39º 0.9% 0.85% -
XYZ 13.27 5.83 66.76 -
YUV 44.63 225.84 111.14 -
System Red Green Blue C M Y K H S L
Decimal 21 23 218 0.90 0.89 0 0.15 239.39 0.82 0.47
Hex 15 17 DA 5A 59 0 F EF 52 2F
Octal 25 27 332 132 131 0 17 357 122 57
Binary 10101 10111 11011010 1011010 1011001 0 1111 11101111 1010010 101111

Color Harmonies of #1517DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1517DA

Black with #1517DA

Text Example


Text Example

White with #1517DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1517DA; }

 p { color: rgb(21,23,218); }

 H1.HeaderClassName
 {
   color: #1517DA;
 }
 .AnyTagClassName
 {
   color: #1517DA;
 }
</style>

background-color css

<style>
 a { background-color: #1517DA; }

 a { background-color: rgb(21,23,218); }

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

border-color css

<style>
 span { border-color: #1517DA; }

 span { border-color: rgb(21,23,218); }

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