Html Css Color HEX #100EDD Medium Blue

📋 copy color: '#100EDD'

red 16 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #100EDD

Tints of Medium Blue #100EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 88.05%

R = 6.37%
G = 5.58%
B = 88.05%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#100EDD (or 0x100EDD) is known color: Medium Blue. HEX triplet: 10, 0E and DD. RGB value is (16,14,221). Sum of RGB (Red+Green+Blue) = 16+14+221=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #100EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100EDD is #EFF122. Grayscale: #252525. Windows color (decimal): -15724835 or 14487056. OLE color: 14487056.

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

Color convert

RGB 16 14 221 -
CMYK 0.93 0.94 0 0.13
HSL 240.58º 0.88% 0.46% -
HSV(B) 240.58º 0.94% 0.87% -
XYZ 13.42 5.64 68.79 -
YUV 38.2 231.16 112.17 -
System Red Green Blue C M Y K H S L
Decimal 16 14 221 0.93 0.94 0 0.13 240.58 0.88 0.46
Hex 10 E DD 5D 5E 0 D F1 58 2E
Octal 20 16 335 135 136 0 15 361 130 56
Binary 10000 1110 11011101 1011101 1011110 0 1101 11110001 1011000 101110

Color Harmonies of #100EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100EDD

Black with #100EDD

Text Example


Text Example

White with #100EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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