Html Css Color HEX #1209DE Medium Blue

📋 copy color: '#1209DE'

red 18 ◦ green 9 ◦ blue 222

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

Shades of Medium Blue #1209DE

Tints of Medium Blue #1209DE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 7.23%
G = 3.61%
B = 89.16%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1209DE (or 0x1209DE) is known color: Medium Blue. HEX triplet: 12, 09 and DE. RGB value is (18,9,222). Sum of RGB (Red+Green+Blue) = 18+9+222=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 222 (87.11% from 255 or 89.16% from 249); Max value from RGB is 222 - color contains mainly: blue. Hex color #1209DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1209DE is #EDF621. Grayscale: #232323. Windows color (decimal): -15595042 or 14551314. OLE color: 14551314.

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

Color convert

RGB 18 9 222 -
CMYK 0.92 0.96 0 0.13
HSL 242.54º 0.92% 0.45% -
HSV(B) 242.54º 0.96% 0.87% -
XYZ 13.53 5.6 69.47 -
YUV 35.97 232.98 115.18 -
System Red Green Blue C M Y K H S L
Decimal 18 9 222 0.92 0.96 0 0.13 242.54 0.92 0.45
Hex 12 9 DE 5C 60 0 D F3 5C 2D
Octal 22 11 336 134 140 0 15 363 134 55
Binary 10010 1001 11011110 1011100 1100000 0 1101 11110011 1011100 101101

Color Harmonies of #1209DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1209DE

Black with #1209DE

Text Example


Text Example

White with #1209DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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