Html Css Color HEX #100CDB Medium Blue

📋 copy color: '#100CDB'

red 16 ◦ green 12 ◦ blue 219

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

Shades of Medium Blue #100CDB

Tints of Medium Blue #100CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

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

R = 6.48%
G = 4.86%
B = 88.66%

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

#100CDB (or 0x100CDB) is known color: Medium Blue. HEX triplet: 10, 0C and DB. RGB value is (16,12,219). Sum of RGB (Red+Green+Blue) = 16+12+219=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 219 (85.94% from 255 or 88.66% from 247); Max value from RGB is 219 - color contains mainly: blue. Hex color #100CDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CDB is #EFF324. Grayscale: #232323. Windows color (decimal): -15725349 or 14355472. OLE color: 14355472.

HSL color Cylindrical-coordinate representation of color #100CDB: hue angle of 241.16º degrees, saturation: 0.9, 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 #100CDB is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 12 219 -
CMYK 0.93 0.95 0 0.14
HSL 241.16º 0.9% 0.45% -
HSV(B) 241.16º 0.95% 0.86% -
XYZ 13.13 5.49 67.38 -
YUV 36.79 230.83 113.17 -
System Red Green Blue C M Y K H S L
Decimal 16 12 219 0.93 0.95 0 0.14 241.16 0.9 0.45
Hex 10 C DB 5D 5F 0 E F1 5A 2D
Octal 20 14 333 135 137 0 16 361 132 55
Binary 10000 1100 11011011 1011101 1011111 0 1110 11110001 1011010 101101

Color Harmonies of #100CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100CDB

Black with #100CDB

Text Example


Text Example

White with #100CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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