Html Css Color HEX #1009DE Medium Blue

📋 copy color: '#1009DE'

red 16 ◦ green 9 ◦ blue 222

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

Shades of Medium Blue #1009DE

Tints of Medium Blue #1009DE

RGB

 RED value IS 16 (6.64% from 255) = 6.48%

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

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

R = 6.48%
G = 3.64%
B = 89.88%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1009DE (or 0x1009DE) is known color: Medium Blue. HEX triplet: 10, 09 and DE. RGB value is (16,9,222). Sum of RGB (Red+Green+Blue) = 16+9+222=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 222 (87.11% from 255 or 89.88% from 247); Max value from RGB is 222 - color contains mainly: blue. Hex color #1009DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1009DE is #EFF621. Grayscale: #222222. Windows color (decimal): -15726114 or 14551312. OLE color: 14551312.

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

Color convert

RGB 16 9 222 -
CMYK 0.93 0.96 0 0.13
HSL 241.97º 0.92% 0.45% -
HSV(B) 241.97º 0.96% 0.87% -
XYZ 13.5 5.58 69.47 -
YUV 35.38 233.32 114.18 -
System Red Green Blue C M Y K H S L
Decimal 16 9 222 0.93 0.96 0 0.13 241.97 0.92 0.45
Hex 10 9 DE 5D 60 0 D F2 5C 2D
Octal 20 11 336 135 140 0 15 362 134 55
Binary 10000 1001 11011110 1011101 1100000 0 1101 11110010 1011100 101101

Color Harmonies of #1009DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1009DE

Black with #1009DE

Text Example


Text Example

White with #1009DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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