Html Css Color HEX #1412DD Medium Blue

📋 copy color: '#1412DD'

red 20 ◦ green 18 ◦ blue 221

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

Shades of Medium Blue #1412DD

Tints of Medium Blue #1412DD

RGB

 RED value IS 20 (8.2% from 255) = 7.72%

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

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

R = 7.72%
G = 6.95%
B = 85.33%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1412DD (or 0x1412DD) is known color: Medium Blue. HEX triplet: 14, 12 and DD. RGB value is (20,18,221). Sum of RGB (Red+Green+Blue) = 20+18+221=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #1412DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1412DD is #EBED22. Grayscale: #282828. Windows color (decimal): -15461667 or 14488084. OLE color: 14488084.

HSL color Cylindrical-coordinate representation of color #1412DD: hue angle of 240.59º 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 #1412DD is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 18 221 -
CMYK 0.91 0.92 0 0.13
HSL 240.59º 0.85% 0.47% -
HSV(B) 240.59º 0.92% 0.87% -
XYZ 13.56 5.8 68.81 -
YUV 41.74 229.16 112.49 -
System Red Green Blue C M Y K H S L
Decimal 20 18 221 0.91 0.92 0 0.13 240.59 0.85 0.47
Hex 14 12 DD 5B 5C 0 D F1 55 2F
Octal 24 22 335 133 134 0 15 361 125 57
Binary 10100 10010 11011101 1011011 1011100 0 1101 11110001 1010101 101111

Color Harmonies of #1412DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1412DD

Black with #1412DD

Text Example


Text Example

White with #1412DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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