Html Css Color HEX #1200DF Medium Blue

📋 copy color: '#1200DF'

red 18 ◦ green 0 ◦ blue 223

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

Shades of Medium Blue #1200DF

Tints of Medium Blue #1200DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 92.53%

R = 7.47%
G = 0%
B = 92.53%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1200DF (or 0x1200DF) is known color: Medium Blue. HEX triplet: 12, 00 and DF. RGB value is (18,0,223). Sum of RGB (Red+Green+Blue) = 18+0+223=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #1200DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200DF is #EDFF20. Grayscale: #1D1D1D. Windows color (decimal): -15597345 or 14614546. OLE color: 14614546.

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

Color convert

RGB 18 0 223 -
CMYK 0.92 1 0 0.13
HSL 244.84º 1% 0.44% -
HSV(B) 244.84º 1% 0.87% -
XYZ 13.57 5.46 70.15 -
YUV 30.8 236.46 118.87 -
System Red Green Blue C M Y K H S L
Decimal 18 0 223 0.92 1 0 0.13 244.84 1 0.44
Hex 12 0 DF 5C 64 0 D F5 64 2C
Octal 22 0 337 134 144 0 15 365 144 54
Binary 10010 0 11011111 1011100 1100100 0 1101 11110101 1100100 101100

Color Harmonies of #1200DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1200DF

Black with #1200DF

Text Example


Text Example

White with #1200DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1200DF; }

 p { color: rgb(18,0,223); }

 H1.HeaderClassName
 {
   color: #1200DF;
 }
 .AnyTagClassName
 {
   color: #1200DF;
 }
</style>

background-color css

<style>
 a { background-color: #1200DF; }

 a { background-color: rgb(18,0,223); }

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

border-color css

<style>
 span { border-color: #1200DF; }

 span { border-color: rgb(18,0,223); }

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