Html Css Color HEX #1208CE Medium Blue

📋 copy color: '#1208CE'

red 18 ◦ green 8 ◦ blue 206

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

Shades of Medium Blue #1208CE

Tints of Medium Blue #1208CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 88.79%

R = 7.76%
G = 3.45%
B = 88.79%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1208CE (or 0x1208CE) is known color: Medium Blue. HEX triplet: 12, 08 and CE. RGB value is (18,8,206). Sum of RGB (Red+Green+Blue) = 18+8+206=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #1208CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1208CE is #EDF731. Grayscale: #202020. Windows color (decimal): -15595314 or 13502482. OLE color: 13502482.

HSL color Cylindrical-coordinate representation of color #1208CE: hue angle of 243.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1208CE is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 8 206 -
CMYK 0.91 0.96 0 0.19
HSL 243.03º 0.93% 0.42% -
HSV(B) 243.03º 0.96% 0.81% -
XYZ 11.48 4.76 58.71 -
YUV 33.56 225.31 116.9 -
System Red Green Blue C M Y K H S L
Decimal 18 8 206 0.91 0.96 0 0.19 243.03 0.93 0.42
Hex 12 8 CE 5B 60 0 13 F3 5D 2A
Octal 22 10 316 133 140 0 23 363 135 52
Binary 10010 1000 11001110 1011011 1100000 0 10011 11110011 1011101 101010

Color Harmonies of #1208CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1208CE

Black with #1208CE

Text Example


Text Example

White with #1208CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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