Html Css Color HEX #100ED8 Medium Blue

📋 copy color: '#100ED8'

red 16 ◦ green 14 ◦ blue 216

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

Shades of Medium Blue #100ED8

Tints of Medium Blue #100ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 87.8%

R = 6.5%
G = 5.69%
B = 87.8%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#100ED8 (or 0x100ED8) is known color: Medium Blue. HEX triplet: 10, 0E and D8. RGB value is (16,14,216). Sum of RGB (Red+Green+Blue) = 16+14+216=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 216 (84.77% from 255 or 87.80% from 246); Max value from RGB is 216 - color contains mainly: blue. Hex color #100ED8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ED8 is #EFF127. Grayscale: #242424. Windows color (decimal): -15724840 or 14159376. OLE color: 14159376.

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

Color convert

RGB 16 14 216 -
CMYK 0.93 0.94 0 0.15
HSL 240.59º 0.88% 0.45% -
HSV(B) 240.59º 0.94% 0.85% -
XYZ 12.77 5.38 65.33 -
YUV 37.63 228.66 112.57 -
System Red Green Blue C M Y K H S L
Decimal 16 14 216 0.93 0.94 0 0.15 240.59 0.88 0.45
Hex 10 E D8 5D 5E 0 F F1 58 2D
Octal 20 16 330 135 136 0 17 361 130 55
Binary 10000 1110 11011000 1011101 1011110 0 1111 11110001 1011000 101101

Color Harmonies of #100ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100ED8

Black with #100ED8

Text Example


Text Example

White with #100ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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