Html Css Color HEX #1208C8 Medium Blue

📋 copy color: '#1208C8'

red 18 ◦ green 8 ◦ blue 200

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

Shades of Medium Blue #1208C8

Tints of Medium Blue #1208C8

RGB

 RED value IS 18 (7.42% from 255) = 7.96%

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

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

R = 7.96%
G = 3.54%
B = 88.5%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1208C8 (or 0x1208C8) is known color: Medium Blue. HEX triplet: 12, 08 and C8. RGB value is (18,8,200). Sum of RGB (Red+Green+Blue) = 18+8+200=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 200 (78.52% from 255 or 88.50% from 226); Max value from RGB is 200 - color contains mainly: blue. Hex color #1208C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1208C8 is #EDF737. Grayscale: #202020. Windows color (decimal): -15595320 or 13109266. OLE color: 13109266.

HSL color Cylindrical-coordinate representation of color #1208C8: hue angle of 243.13º 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 #1208C8 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 8 200 -
CMYK 0.91 0.96 0 0.22
HSL 243.13º 0.92% 0.41% -
HSV(B) 243.13º 0.96% 0.78% -
XYZ 10.76 4.47 54.94 -
YUV 32.88 222.31 117.39 -
System Red Green Blue C M Y K H S L
Decimal 18 8 200 0.91 0.96 0 0.22 243.13 0.92 0.41
Hex 12 8 C8 5B 60 0 16 F3 5C 29
Octal 22 10 310 133 140 0 26 363 134 51
Binary 10010 1000 11001000 1011011 1100000 0 10110 11110011 1011100 101001

Color Harmonies of #1208C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1208C8

Black with #1208C8

Text Example


Text Example

White with #1208C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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