Html Css Color HEX #100CD2 Medium Blue

📋 copy color: '#100CD2'

red 16 ◦ green 12 ◦ blue 210

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

Shades of Medium Blue #100CD2

Tints of Medium Blue #100CD2

RGB

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

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

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

R = 6.72%
G = 5.04%
B = 88.24%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#100CD2 (or 0x100CD2) is known color: Medium Blue. HEX triplet: 10, 0C and D2. RGB value is (16,12,210). Sum of RGB (Red+Green+Blue) = 16+12+210=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 210 (82.42% from 255 or 88.24% from 238); Max value from RGB is 210 - color contains mainly: blue. Hex color #100CD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CD2 is #EFF32D. Grayscale: #222222. Windows color (decimal): -15725358 or 13765648. OLE color: 13765648.

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

Color convert

RGB 16 12 210 -
CMYK 0.92 0.94 0 0.18
HSL 241.21º 0.89% 0.44% -
HSV(B) 241.21º 0.94% 0.82% -
XYZ 11.98 5.03 61.31 -
YUV 35.77 226.33 113.9 -
System Red Green Blue C M Y K H S L
Decimal 16 12 210 0.92 0.94 0 0.18 241.21 0.89 0.44
Hex 10 C D2 5C 5E 0 12 F1 59 2C
Octal 20 14 322 134 136 0 22 361 131 54
Binary 10000 1100 11010010 1011100 1011110 0 10010 11110001 1011001 101100

Color Harmonies of #100CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100CD2

Black with #100CD2

Text Example


Text Example

White with #100CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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