Html Css Color HEX #1517CC Medium Blue

📋 copy color: '#1517CC'

red 21 ◦ green 23 ◦ blue 204

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

Shades of Medium Blue #1517CC

Tints of Medium Blue #1517CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 82.26%

R = 8.47%
G = 9.27%
B = 82.26%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1517CC (or 0x1517CC) is known color: Medium Blue. HEX triplet: 15, 17 and CC. RGB value is (21,23,204). Sum of RGB (Red+Green+Blue) = 21+23+204=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #1517CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517CC is #EAE833. Grayscale: #2A2A2A. Windows color (decimal): -15394868 or 13375253. OLE color: 13375253.

HSL color Cylindrical-coordinate representation of color #1517CC: hue angle of 239.34º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1517CC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 23 204 -
CMYK 0.90 0.89 0 0.2
HSL 239.34º 0.81% 0.44% -
HSV(B) 239.34º 0.9% 0.8% -
XYZ 11.51 5.13 57.51 -
YUV 43.04 218.84 112.28 -
System Red Green Blue C M Y K H S L
Decimal 21 23 204 0.90 0.89 0 0.2 239.34 0.81 0.44
Hex 15 17 CC 5A 59 0 14 EF 51 2C
Octal 25 27 314 132 131 0 24 357 121 54
Binary 10101 10111 11001100 1011010 1011001 0 10100 11101111 1010001 101100

Color Harmonies of #1517CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1517CC

Black with #1517CC

Text Example


Text Example

White with #1517CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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