Html Css Color HEX #1517CE Medium Blue

📋 copy color: '#1517CE'

red 21 ◦ green 23 ◦ blue 206

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

Shades of Medium Blue #1517CE

Tints of Medium Blue #1517CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 82.4%

R = 8.4%
G = 9.2%
B = 82.4%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1517CE (or 0x1517CE) is known color: Medium Blue. HEX triplet: 15, 17 and CE. RGB value is (21,23,206). Sum of RGB (Red+Green+Blue) = 21+23+206=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 206 (80.86% from 255 or 82.4% from 250); Max value from RGB is 206 - color contains mainly: blue. Hex color #1517CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517CE is #EAE831. Grayscale: #2A2A2A. Windows color (decimal): -15394866 or 13506325. OLE color: 13506325.

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

Color convert

RGB 21 23 206 -
CMYK 0.90 0.89 0 0.19
HSL 239.35º 0.81% 0.45% -
HSV(B) 239.35º 0.9% 0.81% -
XYZ 11.76 5.23 58.78 -
YUV 43.26 219.84 112.12 -
System Red Green Blue C M Y K H S L
Decimal 21 23 206 0.90 0.89 0 0.19 239.35 0.81 0.45
Hex 15 17 CE 5A 59 0 13 EF 51 2D
Octal 25 27 316 132 131 0 23 357 121 55
Binary 10101 10111 11001110 1011010 1011001 0 10011 11101111 1010001 101101

Color Harmonies of #1517CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1517CE

Black with #1517CE

Text Example


Text Example

White with #1517CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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