Html Css Color HEX #1707CD Medium Blue

📋 copy color: '#1707CD'

red 23 ◦ green 7 ◦ blue 205

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

Shades of Medium Blue #1707CD

Tints of Medium Blue #1707CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.98%

 BLUE value IS 205 (80.47% from 255) = 87.23%

R = 9.79%
G = 2.98%
B = 87.23%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1707CD (or 0x1707CD) is known color: Medium Blue. HEX triplet: 17, 07 and CD. RGB value is (23,7,205). Sum of RGB (Red+Green+Blue) = 23+7+205=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 205 (80.47% from 255 or 87.23% from 235); Max value from RGB is 205 - color contains mainly: blue. Hex color #1707CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1707CD is #E8F832. Grayscale: #212121. Windows color (decimal): -15267891 or 13436695. OLE color: 13436695.

HSL color Cylindrical-coordinate representation of color #1707CD: hue angle of 244.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1707CD is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 7 205 -
CMYK 0.89 0.97 0 0.20
HSL 244.85º 0.93% 0.42% -
HSV(B) 244.85º 0.97% 0.8% -
XYZ 11.45 4.74 58.07 -
YUV 34.36 224.3 119.9 -
System Red Green Blue C M Y K H S L
Decimal 23 7 205 0.89 0.97 0 0.20 244.85 0.93 0.42
Hex 17 7 CD 59 61 0 14 F5 5D 2A
Octal 27 7 315 131 141 0 24 365 135 52
Binary 10111 111 11001101 1011001 1100001 0 10100 11110101 1011101 101010

Color Harmonies of #1707CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1707CD

Black with #1707CD

Text Example


Text Example

White with #1707CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1707CD; }

 p { color: rgb(23,7,205); }

 H1.HeaderClassName
 {
   color: #1707CD;
 }
 .AnyTagClassName
 {
   color: #1707CD;
 }
</style>

background-color css

<style>
 a { background-color: #1707CD; }

 a { background-color: rgb(23,7,205); }

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

border-color css

<style>
 span { border-color: #1707CD; }

 span { border-color: rgb(23,7,205); }

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