Html Css Color HEX #1712CD Medium Blue

📋 copy color: '#1712CD'

red 23 ◦ green 18 ◦ blue 205

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

Shades of Medium Blue #1712CD

Tints of Medium Blue #1712CD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 205 (80.47% from 255) = 83.33%

R = 9.35%
G = 7.32%
B = 83.33%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1712CD (or 0x1712CD) is known color: Medium Blue. HEX triplet: 17, 12 and CD. RGB value is (23,18,205). Sum of RGB (Red+Green+Blue) = 23+18+205=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 205 (80.47% from 255 or 83.33% from 246); Max value from RGB is 205 - color contains mainly: blue. Hex color #1712CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1712CD is #E8ED32. Grayscale: #282828. Windows color (decimal): -15265075 or 13439511. OLE color: 13439511.

HSL color Cylindrical-coordinate representation of color #1712CD: hue angle of 241.6º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1712CD is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 18 205 -
CMYK 0.89 0.91 0 0.20
HSL 241.6º 0.84% 0.44% -
HSV(B) 241.6º 0.91% 0.8% -
XYZ 11.59 5.02 58.12 -
YUV 40.81 220.66 115.29 -
System Red Green Blue C M Y K H S L
Decimal 23 18 205 0.89 0.91 0 0.20 241.6 0.84 0.44
Hex 17 12 CD 59 5B 0 14 F2 54 2C
Octal 27 22 315 131 133 0 24 362 124 54
Binary 10111 10010 11001101 1011001 1011011 0 10100 11110010 1010100 101100

Color Harmonies of #1712CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1712CD

Black with #1712CD

Text Example


Text Example

White with #1712CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1712CD; }

 p { color: rgb(23,18,205); }

 H1.HeaderClassName
 {
   color: #1712CD;
 }
 .AnyTagClassName
 {
   color: #1712CD;
 }
</style>

background-color css

<style>
 a { background-color: #1712CD; }

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

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

border-color css

<style>
 span { border-color: #1712CD; }

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

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