Html Css Color HEX #100ADB Medium Blue

📋 copy color: '#100ADB'

red 16 ◦ green 10 ◦ blue 219

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

Shades of Medium Blue #100ADB

Tints of Medium Blue #100ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 89.39%

R = 6.53%
G = 4.08%
B = 89.39%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#100ADB (or 0x100ADB) is known color: Medium Blue. HEX triplet: 10, 0A and DB. RGB value is (16,10,219). Sum of RGB (Red+Green+Blue) = 16+10+219=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 219 (85.94% from 255 or 89.39% from 245); Max value from RGB is 219 - color contains mainly: blue. Hex color #100ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ADB is #EFF524. Grayscale: #222222. Windows color (decimal): -15725861 or 14354960. OLE color: 14354960.

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

Color convert

RGB 16 10 219 -
CMYK 0.93 0.95 0 0.14
HSL 241.72º 0.91% 0.45% -
HSV(B) 241.72º 0.95% 0.86% -
XYZ 13.11 5.44 67.38 -
YUV 35.62 231.49 114.01 -
System Red Green Blue C M Y K H S L
Decimal 16 10 219 0.93 0.95 0 0.14 241.72 0.91 0.45
Hex 10 A DB 5D 5F 0 E F2 5B 2D
Octal 20 12 333 135 137 0 16 362 133 55
Binary 10000 1010 11011011 1011101 1011111 0 1110 11110010 1011011 101101

Color Harmonies of #100ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100ADB

Black with #100ADB

Text Example


Text Example

White with #100ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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