Html Css Color HEX #1701BD Medium Blue

📋 copy color: '#1701BD'

red 23 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #1701BD

Tints of Medium Blue #1701BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 88.73%

R = 10.8%
G = 0.47%
B = 88.73%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1701BD (or 0x1701BD) is known color: Medium Blue. HEX triplet: 17, 01 and BD. RGB value is (23,1,189). Sum of RGB (Red+Green+Blue) = 23+1+189=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 189 (74.22% from 255 or 88.73% from 213); Max value from RGB is 189 - color contains mainly: blue. Hex color #1701BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1701BD is #E8FE42. Grayscale: #1C1C1C. Windows color (decimal): -15269443 or 12386583. OLE color: 12386583.

HSL color Cylindrical-coordinate representation of color #1701BD: hue angle of 247.02º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1701BD is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 1 189 -
CMYK 0.88 0.99 0 0.26
HSL 247.02º 0.99% 0.37% -
HSV(B) 247.02º 0.99% 0.74% -
XYZ 9.55 3.88 48.39 -
YUV 29.01 218.29 123.71 -
System Red Green Blue C M Y K H S L
Decimal 23 1 189 0.88 0.99 0 0.26 247.02 0.99 0.37
Hex 17 1 BD 58 63 0 1A F7 63 25
Octal 27 1 275 130 143 0 32 367 143 45
Binary 10111 1 10111101 1011000 1100011 0 11010 11110111 1100011 100101

Color Harmonies of #1701BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1701BD

Black with #1701BD

Text Example


Text Example

White with #1701BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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