Html Css Color HEX #1008DF Medium Blue

📋 copy color: '#1008DF'

red 16 ◦ green 8 ◦ blue 223

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

Shades of Medium Blue #1008DF

Tints of Medium Blue #1008DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 90.28%

R = 6.48%
G = 3.24%
B = 90.28%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1008DF (or 0x1008DF) is known color: Medium Blue. HEX triplet: 10, 08 and DF. RGB value is (16,8,223). Sum of RGB (Red+Green+Blue) = 16+8+223=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 223 (87.5% from 255 or 90.28% from 247); Max value from RGB is 223 - color contains mainly: blue. Hex color #1008DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1008DF is #EFF720. Grayscale: #222222. Windows color (decimal): -15726369 or 14616592. OLE color: 14616592.

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

Color convert

RGB 16 8 223 -
CMYK 0.93 0.96 0 0.13
HSL 242.23º 0.93% 0.45% -
HSV(B) 242.23º 0.96% 0.87% -
XYZ 13.62 5.61 70.18 -
YUV 34.9 234.15 114.52 -
System Red Green Blue C M Y K H S L
Decimal 16 8 223 0.93 0.96 0 0.13 242.23 0.93 0.45
Hex 10 8 DF 5D 60 0 D F2 5D 2D
Octal 20 10 337 135 140 0 15 362 135 55
Binary 10000 1000 11011111 1011101 1100000 0 1101 11110010 1011101 101101

Color Harmonies of #1008DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1008DF

Black with #1008DF

Text Example


Text Example

White with #1008DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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