Html Css Color HEX #1701DD Medium Blue

📋 copy color: '#1701DD'

red 23 ◦ green 1 ◦ blue 221

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

Shades of Medium Blue #1701DD

Tints of Medium Blue #1701DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 221 (86.72% from 255) = 90.2%

R = 9.39%
G = 0.41%
B = 90.2%

CMYK

 C value IS 0.90

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1701DD (or 0x1701DD) is known color: Medium Blue. HEX triplet: 17, 01 and DD. RGB value is (23,1,221). Sum of RGB (Red+Green+Blue) = 23+1+221=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 221 (86.72% from 255 or 90.20% from 245); Max value from RGB is 221 - color contains mainly: blue. Hex color #1701DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1701DD is #E8FE22. Grayscale: #1F1F1F. Windows color (decimal): -15269411 or 14483735. OLE color: 14483735.

HSL color Cylindrical-coordinate representation of color #1701DD: hue angle of 246º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1701DD is Cyan = 0.90, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 1 221 -
CMYK 0.90 1.00 0 0.13
HSL 246º 0.99% 0.44% -
HSV(B) 246º 1% 0.87% -
XYZ 13.42 5.42 68.75 -
YUV 32.66 234.29 121.11 -
System Red Green Blue C M Y K H S L
Decimal 23 1 221 0.90 1.00 0 0.13 246 0.99 0.44
Hex 17 1 DD 5A 64 0 D F6 63 2C
Octal 27 1 335 132 144 0 15 366 143 54
Binary 10111 1 11011101 1011010 1100100 0 1101 11110110 1100011 101100

Color Harmonies of #1701DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1701DD

Black with #1701DD

Text Example


Text Example

White with #1701DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1701DD; }

 p { color: rgb(23,1,221); }

 H1.HeaderClassName
 {
   color: #1701DD;
 }
 .AnyTagClassName
 {
   color: #1701DD;
 }
</style>

background-color css

<style>
 a { background-color: #1701DD; }

 a { background-color: rgb(23,1,221); }

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

border-color css

<style>
 span { border-color: #1701DD; }

 span { border-color: rgb(23,1,221); }

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