Html Css Color HEX #1517BC Medium Blue

📋 copy color: '#1517BC'

red 21 ◦ green 23 ◦ blue 188

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

Shades of Medium Blue #1517BC

Tints of Medium Blue #1517BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 81.03%

R = 9.05%
G = 9.91%
B = 81.03%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1517BC (or 0x1517BC) is known color: Medium Blue. HEX triplet: 15, 17 and BC. RGB value is (21,23,188). Sum of RGB (Red+Green+Blue) = 21+23+188=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #1517BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517BC is #EAE843. Grayscale: #282828. Windows color (decimal): -15394884 or 12326677. OLE color: 12326677.

HSL color Cylindrical-coordinate representation of color #1517BC: hue angle of 239.28º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1517BC is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 23 188 -
CMYK 0.89 0.88 0 0.26
HSL 239.28º 0.8% 0.41% -
HSV(B) 239.28º 0.89% 0.74% -
XYZ 9.69 4.4 47.92 -
YUV 41.21 210.84 113.58 -
System Red Green Blue C M Y K H S L
Decimal 21 23 188 0.89 0.88 0 0.26 239.28 0.8 0.41
Hex 15 17 BC 59 58 0 1A EF 50 29
Octal 25 27 274 131 130 0 32 357 120 51
Binary 10101 10111 10111100 1011001 1011000 0 11010 11101111 1010000 101001

Color Harmonies of #1517BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1517BC

Black with #1517BC

Text Example


Text Example

White with #1517BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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