Html Css Color HEX #1208BD Medium Blue

📋 copy color: '#1208BD'

red 18 ◦ green 8 ◦ blue 189

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

Shades of Medium Blue #1208BD

Tints of Medium Blue #1208BD

RGB

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

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

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

R = 8.37%
G = 3.72%
B = 87.91%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1208BD (or 0x1208BD) is known color: Medium Blue. HEX triplet: 12, 08 and BD. RGB value is (18,8,189). Sum of RGB (Red+Green+Blue) = 18+8+189=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 189 (74.22% from 255 or 87.91% from 215); Max value from RGB is 189 - color contains mainly: blue. Hex color #1208BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1208BD is #EDF742. Grayscale: #1E1E1E. Windows color (decimal): -15595331 or 12388370. OLE color: 12388370.

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

Color convert

RGB 18 8 189 -
CMYK 0.90 0.96 0 0.26
HSL 243.31º 0.92% 0.39% -
HSV(B) 243.31º 0.96% 0.74% -
XYZ 9.52 3.98 48.41 -
YUV 31.62 216.81 118.28 -
System Red Green Blue C M Y K H S L
Decimal 18 8 189 0.90 0.96 0 0.26 243.31 0.92 0.39
Hex 12 8 BD 5A 60 0 1A F3 5C 27
Octal 22 10 275 132 140 0 32 363 134 47
Binary 10010 1000 10111101 1011010 1100000 0 11010 11110011 1011100 100111

Color Harmonies of #1208BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1208BD

Black with #1208BD

Text Example


Text Example

White with #1208BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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