Html Css Color HEX #1217DD Medium Blue

📋 copy color: '#1217DD'

red 18 ◦ green 23 ◦ blue 221

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

Shades of Medium Blue #1217DD

Tints of Medium Blue #1217DD

RGB

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

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

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

R = 6.87%
G = 8.78%
B = 84.35%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1217DD (or 0x1217DD) is known color: Medium Blue. HEX triplet: 12, 17 and DD. RGB value is (18,23,221). Sum of RGB (Red+Green+Blue) = 18+23+221=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 221 (86.72% from 255 or 84.35% from 262); Max value from RGB is 221 - color contains mainly: blue. Hex color #1217DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1217DD is #EDE822. Grayscale: #2B2B2B. Windows color (decimal): -15591459 or 14489362. OLE color: 14489362.

HSL color Cylindrical-coordinate representation of color #1217DD: hue angle of 238.52º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1217DD is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 23 221 -
CMYK 0.92 0.90 0 0.13
HSL 238.52º 0.85% 0.47% -
HSV(B) 238.52º 0.92% 0.87% -
XYZ 13.61 5.96 68.84 -
YUV 44.08 227.84 109.4 -
System Red Green Blue C M Y K H S L
Decimal 18 23 221 0.92 0.90 0 0.13 238.52 0.85 0.47
Hex 12 17 DD 5C 5A 0 D EF 55 2F
Octal 22 27 335 134 132 0 15 357 125 57
Binary 10010 10111 11011101 1011100 1011010 0 1101 11101111 1010101 101111

Color Harmonies of #1217DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1217DD

Black with #1217DD

Text Example


Text Example

White with #1217DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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