Html Css Color HEX #1717BA Medium Blue

📋 copy color: '#1717BA'

red 23 ◦ green 23 ◦ blue 186

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

Shades of Medium Blue #1717BA

Tints of Medium Blue #1717BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 80.17%

R = 9.91%
G = 9.91%
B = 80.17%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1717BA (or 0x1717BA) is known color: Medium Blue. HEX triplet: 17, 17 and BA. RGB value is (23,23,186). Sum of RGB (Red+Green+Blue) = 23+23+186=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #1717BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1717BA is #E8E845. Grayscale: #282828. Windows color (decimal): -15263814 or 12195607. OLE color: 12195607.

HSL color Cylindrical-coordinate representation of color #1717BA: hue angle of 240º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1717BA is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 23 186 -
CMYK 0.88 0.88 0 0.27
HSL 240º 0.78% 0.41% -
HSV(B) 240º 0.88% 0.73% -
XYZ 9.52 4.34 46.79 -
YUV 41.58 209.5 114.75 -
System Red Green Blue C M Y K H S L
Decimal 23 23 186 0.88 0.88 0 0.27 240 0.78 0.41
Hex 17 17 BA 58 58 0 1B F0 4E 29
Octal 27 27 272 130 130 0 33 360 116 51
Binary 10111 10111 10111010 1011000 1011000 0 11011 11110000 1001110 101001

Color Harmonies of #1717BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1717BA

Black with #1717BA

Text Example


Text Example

White with #1717BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1717BA; }

 p { color: rgb(23,23,186); }

 H1.HeaderClassName
 {
   color: #1717BA;
 }
 .AnyTagClassName
 {
   color: #1717BA;
 }
</style>

background-color css

<style>
 a { background-color: #1717BA; }

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

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

border-color css

<style>
 span { border-color: #1717BA; }

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

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