Html Css Color HEX #1008C8 Medium Blue

📋 copy color: '#1008C8'

red 16 ◦ green 8 ◦ blue 200

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

Shades of Medium Blue #1008C8

Tints of Medium Blue #1008C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 89.29%

R = 7.14%
G = 3.57%
B = 89.29%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1008C8 (or 0x1008C8) is known color: Medium Blue. HEX triplet: 10, 08 and C8. RGB value is (16,8,200). Sum of RGB (Red+Green+Blue) = 16+8+200=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 200 (78.52% from 255 or 89.29% from 224); Max value from RGB is 200 - color contains mainly: blue. Hex color #1008C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1008C8 is #EFF737. Grayscale: #1F1F1F. Windows color (decimal): -15726392 or 13109264. OLE color: 13109264.

HSL color Cylindrical-coordinate representation of color #1008C8: hue angle of 242.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1008C8 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 8 200 -
CMYK 0.92 0.96 0 0.22
HSL 242.5º 0.92% 0.41% -
HSV(B) 242.5º 0.96% 0.78% -
XYZ 10.73 4.45 54.94 -
YUV 32.28 222.65 116.39 -
System Red Green Blue C M Y K H S L
Decimal 16 8 200 0.92 0.96 0 0.22 242.5 0.92 0.41
Hex 10 8 C8 5C 60 0 16 F2 5C 29
Octal 20 10 310 134 140 0 26 362 134 51
Binary 10000 1000 11001000 1011100 1100000 0 10110 11110010 1011100 101001

Color Harmonies of #1008C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1008C8

Black with #1008C8

Text Example


Text Example

White with #1008C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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