Html Css Color HEX #100DDF Medium Blue

📋 copy color: '#100DDF'

red 16 ◦ green 13 ◦ blue 223

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

Shades of Medium Blue #100DDF

Tints of Medium Blue #100DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 88.49%

R = 6.35%
G = 5.16%
B = 88.49%

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

#100DDF (or 0x100DDF) is known color: Medium Blue. HEX triplet: 10, 0D and DF. RGB value is (16,13,223). Sum of RGB (Red+Green+Blue) = 16+13+223=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #100DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100DDF is #EFF220. Grayscale: #252525. Windows color (decimal): -15725089 or 14617872. OLE color: 14617872.

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

Color convert

RGB 16 13 223 -
CMYK 0.93 0.94 0 0.13
HSL 240.86º 0.89% 0.46% -
HSV(B) 240.86º 0.94% 0.87% -
XYZ 13.68 5.73 70.2 -
YUV 37.84 232.49 112.42 -
System Red Green Blue C M Y K H S L
Decimal 16 13 223 0.93 0.94 0 0.13 240.86 0.89 0.46
Hex 10 D DF 5D 5E 0 D F1 59 2E
Octal 20 15 337 135 136 0 15 361 131 56
Binary 10000 1101 11011111 1011101 1011110 0 1101 11110001 1011001 101110

Color Harmonies of #100DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100DDF

Black with #100DDF

Text Example


Text Example

White with #100DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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