Html Css Color HEX #100ADD Medium Blue

📋 copy color: '#100ADD'

red 16 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #100ADD

Tints of Medium Blue #100ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

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

R = 6.48%
G = 4.05%
B = 89.47%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#100ADD (or 0x100ADD) is known color: Medium Blue. HEX triplet: 10, 0A and DD. RGB value is (16,10,221). Sum of RGB (Red+Green+Blue) = 16+10+221=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 221 (86.72% from 255 or 89.47% from 247); Max value from RGB is 221 - color contains mainly: blue. Hex color #100ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ADD is #EFF522. Grayscale: #232323. Windows color (decimal): -15725859 or 14486032. OLE color: 14486032.

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

Color convert

RGB 16 10 221 -
CMYK 0.93 0.95 0 0.13
HSL 241.71º 0.91% 0.45% -
HSV(B) 241.71º 0.95% 0.87% -
XYZ 13.37 5.55 68.77 -
YUV 35.85 232.49 113.84 -
System Red Green Blue C M Y K H S L
Decimal 16 10 221 0.93 0.95 0 0.13 241.71 0.91 0.45
Hex 10 A DD 5D 5F 0 D F2 5B 2D
Octal 20 12 335 135 137 0 15 362 133 55
Binary 10000 1010 11011101 1011101 1011111 0 1101 11110010 1011011 101101

Color Harmonies of #100ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100ADD

Black with #100ADD

Text Example


Text Example

White with #100ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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