Html Css Color HEX #1517CA Medium Blue

📋 copy color: '#1517CA'

red 21 ◦ green 23 ◦ blue 202

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

Shades of Medium Blue #1517CA

Tints of Medium Blue #1517CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 82.11%

R = 8.54%
G = 9.35%
B = 82.11%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1517CA (or 0x1517CA) is known color: Medium Blue. HEX triplet: 15, 17 and CA. RGB value is (21,23,202). Sum of RGB (Red+Green+Blue) = 21+23+202=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #1517CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517CA is #EAE835. Grayscale: #2A2A2A. Windows color (decimal): -15394870 or 13244181. OLE color: 13244181.

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

Color convert

RGB 21 23 202 -
CMYK 0.90 0.89 0 0.21
HSL 239.34º 0.81% 0.44% -
HSV(B) 239.34º 0.9% 0.79% -
XYZ 11.28 5.04 56.25 -
YUV 42.81 217.84 112.45 -
System Red Green Blue C M Y K H S L
Decimal 21 23 202 0.90 0.89 0 0.21 239.34 0.81 0.44
Hex 15 17 CA 5A 59 0 15 EF 51 2C
Octal 25 27 312 132 131 0 25 357 121 54
Binary 10101 10111 11001010 1011010 1011001 0 10101 11101111 1010001 101100

Color Harmonies of #1517CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1517CA

Black with #1517CA

Text Example


Text Example

White with #1517CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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