Html Css Color HEX #1201DD Medium Blue

📋 copy color: '#1201DD'

red 18 ◦ green 1 ◦ blue 221

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

Shades of Medium Blue #1201DD

Tints of Medium Blue #1201DD

RGB

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

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

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

R = 7.5%
G = 0.42%
B = 92.08%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1201DD (or 0x1201DD) is known color: Medium Blue. HEX triplet: 12, 01 and DD. RGB value is (18,1,221). Sum of RGB (Red+Green+Blue) = 18+1+221=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 221 (86.72% from 255 or 92.08% from 240); Max value from RGB is 221 - color contains mainly: blue. Hex color #1201DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1201DD is #EDFE22. Grayscale: #1E1E1E. Windows color (decimal): -15597091 or 14483730. OLE color: 14483730.

HSL color Cylindrical-coordinate representation of color #1201DD: hue angle of 244.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201DD is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 1 221 -
CMYK 0.92 1.00 0 0.13
HSL 244.64º 0.99% 0.44% -
HSV(B) 244.64º 1% 0.87% -
XYZ 13.31 5.37 68.74 -
YUV 31.16 235.13 118.61 -
System Red Green Blue C M Y K H S L
Decimal 18 1 221 0.92 1.00 0 0.13 244.64 0.99 0.44
Hex 12 1 DD 5C 64 0 D F5 63 2C
Octal 22 1 335 134 144 0 15 365 143 54
Binary 10010 1 11011101 1011100 1100100 0 1101 11110101 1100011 101100

Color Harmonies of #1201DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201DD

Black with #1201DD

Text Example


Text Example

White with #1201DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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