Html Css Color HEX #1008D6 Medium Blue

📋 copy color: '#1008D6'

red 16 ◦ green 8 ◦ blue 214

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

Shades of Medium Blue #1008D6

Tints of Medium Blue #1008D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 89.92%

R = 6.72%
G = 3.36%
B = 89.92%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1008D6 (or 0x1008D6) is known color: Medium Blue. HEX triplet: 10, 08 and D6. RGB value is (16,8,214). Sum of RGB (Red+Green+Blue) = 16+8+214=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 214 (83.98% from 255 or 89.92% from 238); Max value from RGB is 214 - color contains mainly: blue. Hex color #1008D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1008D6 is #EFF729. Grayscale: #212121. Windows color (decimal): -15726378 or 14026768. OLE color: 14026768.

HSL color Cylindrical-coordinate representation of color #1008D6: hue angle of 242.33º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1008D6 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 8 214 -
CMYK 0.93 0.96 0 0.16
HSL 242.33º 0.93% 0.44% -
HSV(B) 242.33º 0.96% 0.84% -
XYZ 12.44 5.14 63.95 -
YUV 33.88 229.65 115.25 -
System Red Green Blue C M Y K H S L
Decimal 16 8 214 0.93 0.96 0 0.16 242.33 0.93 0.44
Hex 10 8 D6 5D 60 0 10 F2 5D 2C
Octal 20 10 326 135 140 0 20 362 135 54
Binary 10000 1000 11010110 1011101 1100000 0 10000 11110010 1011101 101100

Color Harmonies of #1008D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1008D6

Black with #1008D6

Text Example


Text Example

White with #1008D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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