Html Css Color HEX #1706CC Medium Blue

📋 copy color: '#1706CC'

red 23 ◦ green 6 ◦ blue 204

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

Shades of Medium Blue #1706CC

Tints of Medium Blue #1706CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 87.55%

R = 9.87%
G = 2.58%
B = 87.55%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1706CC (or 0x1706CC) is known color: Medium Blue. HEX triplet: 17, 06 and CC. RGB value is (23,6,204). Sum of RGB (Red+Green+Blue) = 23+6+204=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #1706CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1706CC is #E8F933. Grayscale: #202020. Windows color (decimal): -15268148 or 13370903. OLE color: 13370903.

HSL color Cylindrical-coordinate representation of color #1706CC: hue angle of 245.15º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1706CC is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 6 204 -
CMYK 0.89 0.97 0 0.2
HSL 245.15º 0.94% 0.41% -
HSV(B) 245.15º 0.97% 0.8% -
XYZ 11.32 4.67 57.43 -
YUV 33.66 224.13 120.4 -
System Red Green Blue C M Y K H S L
Decimal 23 6 204 0.89 0.97 0 0.2 245.15 0.94 0.41
Hex 17 6 CC 59 61 0 14 F5 5E 29
Octal 27 6 314 131 141 0 24 365 136 51
Binary 10111 110 11001100 1011001 1100001 0 10100 11110101 1011110 101001

Color Harmonies of #1706CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1706CC

Black with #1706CC

Text Example


Text Example

White with #1706CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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