Html Css Color HEX #1017CE Medium Blue

📋 copy color: '#1017CE'

red 16 ◦ green 23 ◦ blue 206

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

Shades of Medium Blue #1017CE

Tints of Medium Blue #1017CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 84.08%

R = 6.53%
G = 9.39%
B = 84.08%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1017CE (or 0x1017CE) is known color: Medium Blue. HEX triplet: 10, 17 and CE. RGB value is (16,23,206). Sum of RGB (Red+Green+Blue) = 16+23+206=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 206 (80.86% from 255 or 84.08% from 245); Max value from RGB is 206 - color contains mainly: blue. Hex color #1017CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017CE is #EFE831. Grayscale: #292929. Windows color (decimal): -15722546 or 13506320. OLE color: 13506320.

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

Color convert

RGB 16 23 206 -
CMYK 0.92 0.89 0 0.19
HSL 237.79º 0.86% 0.44% -
HSV(B) 237.79º 0.92% 0.81% -
XYZ 11.66 5.18 58.78 -
YUV 41.77 220.68 109.62 -
System Red Green Blue C M Y K H S L
Decimal 16 23 206 0.92 0.89 0 0.19 237.79 0.86 0.44
Hex 10 17 CE 5C 59 0 13 EE 56 2C
Octal 20 27 316 134 131 0 23 356 126 54
Binary 10000 10111 11001110 1011100 1011001 0 10011 11101110 1010110 101100

Color Harmonies of #1017CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1017CE

Black with #1017CE

Text Example


Text Example

White with #1017CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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