Html Css Color HEX #100EE0 Medium Blue

📋 copy color: '#100EE0'

red 16 ◦ green 14 ◦ blue 224

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

Shades of Medium Blue #100EE0

Tints of Medium Blue #100EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 224 (87.89% from 255) = 88.19%

R = 6.3%
G = 5.51%
B = 88.19%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#100EE0 (or 0x100EE0) is known color: Medium Blue. HEX triplet: 10, 0E and E0. RGB value is (16,14,224). Sum of RGB (Red+Green+Blue) = 16+14+224=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 224 (87.89% from 255 or 88.19% from 254); Max value from RGB is 224 - color contains mainly: blue. Hex color #100EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100EE0 is #EFF11F. Grayscale: #252525. Windows color (decimal): -15724832 or 14683664. OLE color: 14683664.

HSL color Cylindrical-coordinate representation of color #100EE0: hue angle of 240.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100EE0 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 14 224 -
CMYK 0.93 0.94 0 0.12
HSL 240.57º 0.88% 0.47% -
HSV(B) 240.57º 0.94% 0.88% -
XYZ 13.83 5.81 70.91 -
YUV 38.54 232.66 111.92 -
System Red Green Blue C M Y K H S L
Decimal 16 14 224 0.93 0.94 0 0.12 240.57 0.88 0.47
Hex 10 E E0 5D 5E 0 C F1 58 2F
Octal 20 16 340 135 136 0 14 361 130 57
Binary 10000 1110 11100000 1011101 1011110 0 1100 11110001 1011000 101111

Color Harmonies of #100EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100EE0

Black with #100EE0

Text Example


Text Example

White with #100EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100EE0; }

 p { color: rgb(16,14,224); }

 H1.HeaderClassName
 {
   color: #100EE0;
 }
 .AnyTagClassName
 {
   color: #100EE0;
 }
</style>

background-color css

<style>
 a { background-color: #100EE0; }

 a { background-color: rgb(16,14,224); }

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

border-color css

<style>
 span { border-color: #100EE0; }

 span { border-color: rgb(16,14,224); }

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