Html Css Color HEX #100BD7 Medium Blue

📋 copy color: '#100BD7'

red 16 ◦ green 11 ◦ blue 215

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

Shades of Medium Blue #100BD7

Tints of Medium Blue #100BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 88.84%

R = 6.61%
G = 4.55%
B = 88.84%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#100BD7 (or 0x100BD7) is known color: Medium Blue. HEX triplet: 10, 0B and D7. RGB value is (16,11,215). Sum of RGB (Red+Green+Blue) = 16+11+215=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 215 (84.38% from 255 or 88.84% from 242); Max value from RGB is 215 - color contains mainly: blue. Hex color #100BD7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BD7 is #EFF428. Grayscale: #222222. Windows color (decimal): -15725609 or 14093072. OLE color: 14093072.

HSL color Cylindrical-coordinate representation of color #100BD7: hue angle of 241.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100BD7 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 11 215 -
CMYK 0.93 0.95 0 0.16
HSL 241.47º 0.9% 0.44% -
HSV(B) 241.47º 0.95% 0.84% -
XYZ 12.6 5.26 64.64 -
YUV 35.75 229.16 113.91 -
System Red Green Blue C M Y K H S L
Decimal 16 11 215 0.93 0.95 0 0.16 241.47 0.9 0.44
Hex 10 B D7 5D 5F 0 10 F1 5A 2C
Octal 20 13 327 135 137 0 20 361 132 54
Binary 10000 1011 11010111 1011101 1011111 0 10000 11110001 1011010 101100

Color Harmonies of #100BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100BD7

Black with #100BD7

Text Example


Text Example

White with #100BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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