Html Css Color HEX #1008BC Medium Blue

📋 copy color: '#1008BC'

red 16 ◦ green 8 ◦ blue 188

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

Shades of Medium Blue #1008BC

Tints of Medium Blue #1008BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

 BLUE value IS 188 (73.83% from 255) = 88.68%

R = 7.55%
G = 3.77%
B = 88.68%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1008BC (or 0x1008BC) is known color: Medium Blue. HEX triplet: 10, 08 and BC. RGB value is (16,8,188). Sum of RGB (Red+Green+Blue) = 16+8+188=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 188 (73.83% from 255 or 88.68% from 212); Max value from RGB is 188 - color contains mainly: blue. Hex color #1008BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1008BC is #EFF743. Grayscale: #1E1E1E. Windows color (decimal): -15726404 or 12322832. OLE color: 12322832.

HSL color Cylindrical-coordinate representation of color #1008BC: hue angle of 242.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1008BC is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 8 188 -
CMYK 0.91 0.96 0 0.26
HSL 242.67º 0.92% 0.38% -
HSV(B) 242.67º 0.96% 0.74% -
XYZ 9.38 3.91 47.84 -
YUV 30.91 216.65 117.36 -
System Red Green Blue C M Y K H S L
Decimal 16 8 188 0.91 0.96 0 0.26 242.67 0.92 0.38
Hex 10 8 BC 5B 60 0 1A F3 5C 26
Octal 20 10 274 133 140 0 32 363 134 46
Binary 10000 1000 10111100 1011011 1100000 0 11010 11110011 1011100 100110

Color Harmonies of #1008BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1008BC

Black with #1008BC

Text Example


Text Example

White with #1008BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1008BC; }

 p { color: rgb(16,8,188); }

 H1.HeaderClassName
 {
   color: #1008BC;
 }
 .AnyTagClassName
 {
   color: #1008BC;
 }
</style>

background-color css

<style>
 a { background-color: #1008BC; }

 a { background-color: rgb(16,8,188); }

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

border-color css

<style>
 span { border-color: #1008BC; }

 span { border-color: rgb(16,8,188); }

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