Html Css Color HEX #1217DB Medium Blue

📋 copy color: '#1217DB'

red 18 ◦ green 23 ◦ blue 219

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

Shades of Medium Blue #1217DB

Tints of Medium Blue #1217DB

RGB

 RED value IS 18 (7.42% from 255) = 6.92%

 GREEN value IS 23 (9.38% from 255) = 8.85%

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

R = 6.92%
G = 8.85%
B = 84.23%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1217DB (or 0x1217DB) is known color: Medium Blue. HEX triplet: 12, 17 and DB. RGB value is (18,23,219). Sum of RGB (Red+Green+Blue) = 18+23+219=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #1217DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1217DB is #EDE824. Grayscale: #2B2B2B. Windows color (decimal): -15591461 or 14358290. OLE color: 14358290.

HSL color Cylindrical-coordinate representation of color #1217DB: hue angle of 238.51º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1217DB is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 23 219 -
CMYK 0.92 0.89 0 0.14
HSL 238.51º 0.85% 0.46% -
HSV(B) 238.51º 0.92% 0.86% -
XYZ 13.34 5.86 67.44 -
YUV 43.85 226.84 109.56 -
System Red Green Blue C M Y K H S L
Decimal 18 23 219 0.92 0.89 0 0.14 238.51 0.85 0.46
Hex 12 17 DB 5C 59 0 E EF 55 2E
Octal 22 27 333 134 131 0 16 357 125 56
Binary 10010 10111 11011011 1011100 1011001 0 1110 11101111 1010101 101110

Color Harmonies of #1217DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1217DB

Black with #1217DB

Text Example


Text Example

White with #1217DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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