Html Css Color HEX #1706BE Medium Blue

📋 copy color: '#1706BE'

red 23 ◦ green 6 ◦ blue 190

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

Shades of Medium Blue #1706BE

Tints of Medium Blue #1706BE

RGB

 RED value IS 23 (9.38% from 255) = 10.5%

 GREEN value IS 6 (2.73% from 255) = 2.74%

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

R = 10.5%
G = 2.74%
B = 86.76%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1706BE (or 0x1706BE) is known color: Medium Blue. HEX triplet: 17, 06 and BE. RGB value is (23,6,190). Sum of RGB (Red+Green+Blue) = 23+6+190=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #1706BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1706BE is #E8F941. Grayscale: #1F1F1F. Windows color (decimal): -15268162 or 12453399. OLE color: 12453399.

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

Color convert

RGB 23 6 190 -
CMYK 0.88 0.97 0 0.25
HSL 245.54º 0.94% 0.38% -
HSV(B) 245.54º 0.97% 0.75% -
XYZ 9.71 4.03 48.98 -
YUV 32.06 217.13 121.54 -
System Red Green Blue C M Y K H S L
Decimal 23 6 190 0.88 0.97 0 0.25 245.54 0.94 0.38
Hex 17 6 BE 58 61 0 19 F6 5E 26
Octal 27 6 276 130 141 0 31 366 136 46
Binary 10111 110 10111110 1011000 1100001 0 11001 11110110 1011110 100110

Color Harmonies of #1706BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1706BE

Black with #1706BE

Text Example


Text Example

White with #1706BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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