Html Css Color HEX #1017BE Medium Blue

📋 copy color: '#1017BE'

red 16 ◦ green 23 ◦ blue 190

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

Shades of Medium Blue #1017BE

Tints of Medium Blue #1017BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 82.97%

R = 6.99%
G = 10.04%
B = 82.97%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1017BE (or 0x1017BE) is known color: Medium Blue. HEX triplet: 10, 17 and BE. RGB value is (16,23,190). Sum of RGB (Red+Green+Blue) = 16+23+190=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 190 (74.61% from 255 or 82.97% from 229); Max value from RGB is 190 - color contains mainly: blue. Hex color #1017BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017BE is #EFE841. Grayscale: #272727. Windows color (decimal): -15722562 or 12457744. OLE color: 12457744.

HSL color Cylindrical-coordinate representation of color #1017BE: hue angle of 237.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1017BE is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 23 190 -
CMYK 0.92 0.88 0 0.25
HSL 237.59º 0.84% 0.4% -
HSV(B) 237.59º 0.92% 0.75% -
XYZ 9.81 4.44 49.06 -
YUV 39.95 212.68 110.92 -
System Red Green Blue C M Y K H S L
Decimal 16 23 190 0.92 0.88 0 0.25 237.59 0.84 0.4
Hex 10 17 BE 5C 58 0 19 EE 54 28
Octal 20 27 276 134 130 0 31 356 124 50
Binary 10000 10111 10111110 1011100 1011000 0 11001 11101110 1010100 101000

Color Harmonies of #1017BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1017BE

Black with #1017BE

Text Example


Text Example

White with #1017BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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