Html Css Color HEX #1209EC Blue

📋 copy color: '#1209EC'

red 18 ◦ green 9 ◦ blue 236

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

Shades of Blue #1209EC

Tints of Blue #1209EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 89.73%

R = 6.84%
G = 3.42%
B = 89.73%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1209EC (or 0x1209EC) is known color: Blue. HEX triplet: 12, 09 and EC. RGB value is (18,9,236). Sum of RGB (Red+Green+Blue) = 18+9+236=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 236 (92.58% from 255 or 89.73% from 263); Max value from RGB is 236 - color contains mainly: blue. Hex color #1209EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1209EC is #EDF613. Grayscale: #242424. Windows color (decimal): -15595028 or 15468818. OLE color: 15468818.

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

Color convert

RGB 18 9 236 -
CMYK 0.92 0.96 0 0.07
HSL 242.38º 0.93% 0.48% -
HSV(B) 242.38º 0.96% 0.93% -
XYZ 15.49 6.38 79.77 -
YUV 37.57 239.98 114.04 -
System Red Green Blue C M Y K H S L
Decimal 18 9 236 0.92 0.96 0 0.07 242.38 0.93 0.48
Hex 12 9 EC 5C 60 0 7 F2 5D 30
Octal 22 11 354 134 140 0 7 362 135 60
Binary 10010 1001 11101100 1011100 1100000 0 111 11110010 1011101 110000

Color Harmonies of #1209EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1209EC

Black with #1209EC

Text Example


Text Example

White with #1209EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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