Html Css Color HEX #1217DA Medium Blue

📋 copy color: '#1217DA'

red 18 ◦ green 23 ◦ blue 218

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

Shades of Medium Blue #1217DA

Tints of Medium Blue #1217DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 84.17%

R = 6.95%
G = 8.88%
B = 84.17%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1217DA (or 0x1217DA) is known color: Medium Blue. HEX triplet: 12, 17 and DA. RGB value is (18,23,218). Sum of RGB (Red+Green+Blue) = 18+23+218=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 218 (85.55% from 255 or 84.17% from 259); Max value from RGB is 218 - color contains mainly: blue. Hex color #1217DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1217DA is #EDE825. Grayscale: #2A2A2A. Windows color (decimal): -15591462 or 14292754. OLE color: 14292754.

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

Color convert

RGB 18 23 218 -
CMYK 0.92 0.89 0 0.15
HSL 238.5º 0.85% 0.46% -
HSV(B) 238.5º 0.92% 0.85% -
XYZ 13.21 5.8 66.75 -
YUV 43.74 226.34 109.64 -
System Red Green Blue C M Y K H S L
Decimal 18 23 218 0.92 0.89 0 0.15 238.5 0.85 0.46
Hex 12 17 DA 5C 59 0 F EE 55 2E
Octal 22 27 332 134 131 0 17 356 125 56
Binary 10010 10111 11011010 1011100 1011001 0 1111 11101110 1010101 101110

Color Harmonies of #1217DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1217DA

Black with #1217DA

Text Example


Text Example

White with #1217DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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