Html Css Color HEX #1201DE Medium Blue

📋 copy color: '#1201DE'

red 18 ◦ green 1 ◦ blue 222

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

Shades of Medium Blue #1201DE

Tints of Medium Blue #1201DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 92.12%

R = 7.47%
G = 0.41%
B = 92.12%

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

#1201DE (or 0x1201DE) is known color: Medium Blue. HEX triplet: 12, 01 and DE. RGB value is (18,1,222). Sum of RGB (Red+Green+Blue) = 18+1+222=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 222 (87.11% from 255 or 92.12% from 241); Max value from RGB is 222 - color contains mainly: blue. Hex color #1201DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1201DE is #EDFE21. Grayscale: #1E1E1E. Windows color (decimal): -15597090 or 14549266. OLE color: 14549266.

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

Color convert

RGB 18 1 222 -
CMYK 0.92 1.00 0 0.13
HSL 244.62º 0.99% 0.44% -
HSV(B) 244.62º 1% 0.87% -
XYZ 13.45 5.42 69.45 -
YUV 31.28 235.63 118.53 -
System Red Green Blue C M Y K H S L
Decimal 18 1 222 0.92 1.00 0 0.13 244.62 0.99 0.44
Hex 12 1 DE 5C 64 0 D F5 63 2C
Octal 22 1 336 134 144 0 15 365 143 54
Binary 10010 1 11011110 1011100 1100100 0 1101 11110101 1100011 101100

Color Harmonies of #1201DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201DE

Black with #1201DE

Text Example


Text Example

White with #1201DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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