Html Css Color HEX #1701DB Medium Blue

📋 copy color: '#1701DB'

red 23 ◦ green 1 ◦ blue 219

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

Shades of Medium Blue #1701DB

Tints of Medium Blue #1701DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 90.12%

R = 9.47%
G = 0.41%
B = 90.12%

CMYK

 C value IS 0.89

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1701DB (or 0x1701DB) is known color: Medium Blue. HEX triplet: 17, 01 and DB. RGB value is (23,1,219). Sum of RGB (Red+Green+Blue) = 23+1+219=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 219 (85.94% from 255 or 90.12% from 243); Max value from RGB is 219 - color contains mainly: blue. Hex color #1701DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1701DB is #E8FE24. Grayscale: #1F1F1F. Windows color (decimal): -15269413 or 14352663. OLE color: 14352663.

HSL color Cylindrical-coordinate representation of color #1701DB: hue angle of 246.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1701DB is Cyan = 0.89, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 1 219 -
CMYK 0.89 1.00 0 0.14
HSL 246.06º 0.99% 0.43% -
HSV(B) 246.06º 1% 0.86% -
XYZ 13.15 5.32 67.35 -
YUV 32.43 233.29 121.27 -
System Red Green Blue C M Y K H S L
Decimal 23 1 219 0.89 1.00 0 0.14 246.06 0.99 0.43
Hex 17 1 DB 59 64 0 E F6 63 2B
Octal 27 1 333 131 144 0 16 366 143 53
Binary 10111 1 11011011 1011001 1100100 0 1110 11110110 1100011 101011

Color Harmonies of #1701DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1701DB

Black with #1701DB

Text Example


Text Example

White with #1701DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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