Html Css Color HEX #1017CF Medium Blue

📋 copy color: '#1017CF'

red 16 ◦ green 23 ◦ blue 207

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

Shades of Medium Blue #1017CF

Tints of Medium Blue #1017CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 84.15%

R = 6.5%
G = 9.35%
B = 84.15%

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

#1017CF (or 0x1017CF) is known color: Medium Blue. HEX triplet: 10, 17 and CF. RGB value is (16,23,207). Sum of RGB (Red+Green+Blue) = 16+23+207=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 207 (81.25% from 255 or 84.15% from 246); Max value from RGB is 207 - color contains mainly: blue. Hex color #1017CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017CF is #EFE830. Grayscale: #292929. Windows color (decimal): -15722545 or 13571856. OLE color: 13571856.

HSL color Cylindrical-coordinate representation of color #1017CF: hue angle of 237.8º 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 #1017CF is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 23 207 -
CMYK 0.92 0.89 0 0.19
HSL 237.8º 0.86% 0.44% -
HSV(B) 237.8º 0.92% 0.81% -
XYZ 11.78 5.23 59.42 -
YUV 41.88 221.18 109.54 -
System Red Green Blue C M Y K H S L
Decimal 16 23 207 0.92 0.89 0 0.19 237.8 0.86 0.44
Hex 10 17 CF 5C 59 0 13 EE 56 2C
Octal 20 27 317 134 131 0 23 356 126 54
Binary 10000 10111 11001111 1011100 1011001 0 10011 11101110 1010110 101100

Color Harmonies of #1017CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1017CF

Black with #1017CF

Text Example


Text Example

White with #1017CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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