Html Css Color HEX #1207BC Medium Blue

📋 copy color: '#1207BC'

red 18 ◦ green 7 ◦ blue 188

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

Shades of Medium Blue #1207BC

Tints of Medium Blue #1207BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

 BLUE value IS 188 (73.83% from 255) = 88.26%

R = 8.45%
G = 3.29%
B = 88.26%

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

#1207BC (or 0x1207BC) is known color: Medium Blue. HEX triplet: 12, 07 and BC. RGB value is (18,7,188). Sum of RGB (Red+Green+Blue) = 18+7+188=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 188 (73.83% from 255 or 88.26% from 213); Max value from RGB is 188 - color contains mainly: blue. Hex color #1207BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1207BC is #EDF843. Grayscale: #1E1E1E. Windows color (decimal): -15595588 or 12322578. OLE color: 12322578.

HSL color Cylindrical-coordinate representation of color #1207BC: hue angle of 243.65º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1207BC is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 7 188 -
CMYK 0.90 0.96 0 0.26
HSL 243.65º 0.93% 0.38% -
HSV(B) 243.65º 0.96% 0.74% -
XYZ 9.4 3.91 47.84 -
YUV 30.92 216.64 118.78 -
System Red Green Blue C M Y K H S L
Decimal 18 7 188 0.90 0.96 0 0.26 243.65 0.93 0.38
Hex 12 7 BC 5A 60 0 1A F4 5D 26
Octal 22 7 274 132 140 0 32 364 135 46
Binary 10010 111 10111100 1011010 1100000 0 11010 11110100 1011101 100110

Color Harmonies of #1207BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1207BC

Black with #1207BC

Text Example


Text Example

White with #1207BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1207BC; }

 p { color: rgb(18,7,188); }

 H1.HeaderClassName
 {
   color: #1207BC;
 }
 .AnyTagClassName
 {
   color: #1207BC;
 }
</style>

background-color css

<style>
 a { background-color: #1207BC; }

 a { background-color: rgb(18,7,188); }

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

border-color css

<style>
 span { border-color: #1207BC; }

 span { border-color: rgb(18,7,188); }

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