Html Css Color HEX #100DDD Medium Blue

📋 copy color: '#100DDD'

red 16 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #100DDD

Tints of Medium Blue #100DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.2%

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

R = 6.4%
G = 5.2%
B = 88.4%

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

#100DDD (or 0x100DDD) is known color: Medium Blue. HEX triplet: 10, 0D and DD. RGB value is (16,13,221). Sum of RGB (Red+Green+Blue) = 16+13+221=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #100DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100DDD is #EFF222. Grayscale: #242424. Windows color (decimal): -15725091 or 14486800. OLE color: 14486800.

HSL color Cylindrical-coordinate representation of color #100DDD: hue angle of 240.87º degrees, saturation: 0.89, 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 #100DDD is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 13 221 -
CMYK 0.93 0.94 0 0.13
HSL 240.87º 0.89% 0.46% -
HSV(B) 240.87º 0.94% 0.87% -
XYZ 13.41 5.62 68.78 -
YUV 37.61 231.49 112.59 -
System Red Green Blue C M Y K H S L
Decimal 16 13 221 0.93 0.94 0 0.13 240.87 0.89 0.46
Hex 10 D DD 5D 5E 0 D F1 59 2E
Octal 20 15 335 135 136 0 15 361 131 56
Binary 10000 1101 11011101 1011101 1011110 0 1101 11110001 1011001 101110

Color Harmonies of #100DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100DDD

Black with #100DDD

Text Example


Text Example

White with #100DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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