Html Css Color HEX #1017DF Medium Blue

📋 copy color: '#1017DF'

red 16 ◦ green 23 ◦ blue 223

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

Shades of Medium Blue #1017DF

Tints of Medium Blue #1017DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 85.11%

R = 6.11%
G = 8.78%
B = 85.11%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1017DF (or 0x1017DF) is known color: Medium Blue. HEX triplet: 10, 17 and DF. RGB value is (16,23,223). Sum of RGB (Red+Green+Blue) = 16+23+223=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #1017DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017DF is #EFE820. Grayscale: #2A2A2A. Windows color (decimal): -15722529 or 14620432. OLE color: 14620432.

HSL color Cylindrical-coordinate representation of color #1017DF: hue angle of 237.97º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1017DF is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 23 223 -
CMYK 0.93 0.90 0 0.13
HSL 237.97º 0.87% 0.47% -
HSV(B) 237.97º 0.93% 0.87% -
XYZ 13.84 6.05 70.25 -
YUV 43.71 229.18 108.24 -
System Red Green Blue C M Y K H S L
Decimal 16 23 223 0.93 0.90 0 0.13 237.97 0.87 0.47
Hex 10 17 DF 5D 5A 0 D EE 57 2F
Octal 20 27 337 135 132 0 15 356 127 57
Binary 10000 10111 11011111 1011101 1011010 0 1101 11101110 1010111 101111

Color Harmonies of #1017DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1017DF

Black with #1017DF

Text Example


Text Example

White with #1017DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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