Html Css Color HEX #1017CD Medium Blue

📋 copy color: '#1017CD'

red 16 ◦ green 23 ◦ blue 205

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

Shades of Medium Blue #1017CD

Tints of Medium Blue #1017CD

RGB

 RED value IS 16 (6.64% from 255) = 6.56%

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

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

R = 6.56%
G = 9.43%
B = 84.02%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1017CD (or 0x1017CD) is known color: Medium Blue. HEX triplet: 10, 17 and CD. RGB value is (16,23,205). Sum of RGB (Red+Green+Blue) = 16+23+205=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 205 (80.47% from 255 or 84.02% from 244); Max value from RGB is 205 - color contains mainly: blue. Hex color #1017CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017CD is #EFE832. Grayscale: #282828. Windows color (decimal): -15722547 or 13440784. OLE color: 13440784.

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

Color convert

RGB 16 23 205 -
CMYK 0.92 0.89 0 0.20
HSL 237.78º 0.86% 0.43% -
HSV(B) 237.78º 0.92% 0.8% -
XYZ 11.54 5.13 58.14 -
YUV 41.66 220.18 109.7 -
System Red Green Blue C M Y K H S L
Decimal 16 23 205 0.92 0.89 0 0.20 237.78 0.86 0.43
Hex 10 17 CD 5C 59 0 14 EE 56 2B
Octal 20 27 315 134 131 0 24 356 126 53
Binary 10000 10111 11001101 1011100 1011001 0 10100 11101110 1010110 101011

Color Harmonies of #1017CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1017CD

Black with #1017CD

Text Example


Text Example

White with #1017CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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