Html Css Color HEX #1008BD Medium Blue

📋 copy color: '#1008BD'

red 16 ◦ green 8 ◦ blue 189

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

Shades of Medium Blue #1008BD

Tints of Medium Blue #1008BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 88.73%

R = 7.51%
G = 3.76%
B = 88.73%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1008BD (or 0x1008BD) is known color: Medium Blue. HEX triplet: 10, 08 and BD. RGB value is (16,8,189). Sum of RGB (Red+Green+Blue) = 16+8+189=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 189 (74.22% from 255 or 88.73% from 213); Max value from RGB is 189 - color contains mainly: blue. Hex color #1008BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1008BD is #EFF742. Grayscale: #1E1E1E. Windows color (decimal): -15726403 or 12388368. OLE color: 12388368.

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

Color convert

RGB 16 8 189 -
CMYK 0.92 0.96 0 0.26
HSL 242.65º 0.92% 0.39% -
HSV(B) 242.65º 0.96% 0.74% -
XYZ 9.49 3.96 48.41 -
YUV 31.03 217.15 117.28 -
System Red Green Blue C M Y K H S L
Decimal 16 8 189 0.92 0.96 0 0.26 242.65 0.92 0.39
Hex 10 8 BD 5C 60 0 1A F3 5C 27
Octal 20 10 275 134 140 0 32 363 134 47
Binary 10000 1000 10111101 1011100 1100000 0 11010 11110011 1011100 100111

Color Harmonies of #1008BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1008BD

Black with #1008BD

Text Example


Text Example

White with #1008BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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