Html Css Color HEX #100BD2 Medium Blue

📋 copy color: '#100BD2'

red 16 ◦ green 11 ◦ blue 210

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

Shades of Medium Blue #100BD2

Tints of Medium Blue #100BD2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.64%

 BLUE value IS 210 (82.42% from 255) = 88.61%

R = 6.75%
G = 4.64%
B = 88.61%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#100BD2 (or 0x100BD2) is known color: Medium Blue. HEX triplet: 10, 0B and D2. RGB value is (16,11,210). Sum of RGB (Red+Green+Blue) = 16+11+210=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 210 (82.42% from 255 or 88.61% from 237); Max value from RGB is 210 - color contains mainly: blue. Hex color #100BD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BD2 is #EFF42D. Grayscale: #222222. Windows color (decimal): -15725614 or 13765392. OLE color: 13765392.

HSL color Cylindrical-coordinate representation of color #100BD2: hue angle of 241.51º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100BD2 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 11 210 -
CMYK 0.92 0.95 0 0.18
HSL 241.51º 0.9% 0.43% -
HSV(B) 241.51º 0.95% 0.82% -
XYZ 11.97 5 61.31 -
YUV 35.18 226.66 114.32 -
System Red Green Blue C M Y K H S L
Decimal 16 11 210 0.92 0.95 0 0.18 241.51 0.9 0.43
Hex 10 B D2 5C 5F 0 12 F2 5A 2B
Octal 20 13 322 134 137 0 22 362 132 53
Binary 10000 1011 11010010 1011100 1011111 0 10010 11110010 1011010 101011

Color Harmonies of #100BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100BD2

Black with #100BD2

Text Example


Text Example

White with #100BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,11,210); }

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

background-color css

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

 a { background-color: rgb(16,11,210); }

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

border-color css

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

 span { border-color: rgb(16,11,210); }

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