Html Css Color HEX #100FCC Medium Blue

📋 copy color: '#100FCC'

red 16 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #100FCC

Tints of Medium Blue #100FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 204 (80.08% from 255) = 86.81%

R = 6.81%
G = 6.38%
B = 86.81%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#100FCC (or 0x100FCC) is known color: Medium Blue. HEX triplet: 10, 0F and CC. RGB value is (16,15,204). Sum of RGB (Red+Green+Blue) = 16+15+204=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #100FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100FCC is #EFF033. Grayscale: #242424. Windows color (decimal): -15724596 or 13373200. OLE color: 13373200.

HSL color Cylindrical-coordinate representation of color #100FCC: hue angle of 240.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100FCC is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 15 204 -
CMYK 0.92 0.93 0 0.2
HSL 240.32º 0.86% 0.43% -
HSV(B) 240.32º 0.93% 0.8% -
XYZ 11.28 4.81 57.46 -
YUV 36.85 222.33 113.13 -
System Red Green Blue C M Y K H S L
Decimal 16 15 204 0.92 0.93 0 0.2 240.32 0.86 0.43
Hex 10 F CC 5C 5D 0 14 F0 56 2B
Octal 20 17 314 134 135 0 24 360 126 53
Binary 10000 1111 11001100 1011100 1011101 0 10100 11110000 1010110 101011

Color Harmonies of #100FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100FCC

Black with #100FCC

Text Example


Text Example

White with #100FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,15,204); }

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

background-color css

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

 a { background-color: rgb(16,15,204); }

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

border-color css

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

 span { border-color: rgb(16,15,204); }

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