Html Css Color HEX #1214BC Medium Blue

📋 copy color: '#1214BC'

red 18 ◦ green 20 ◦ blue 188

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

Shades of Medium Blue #1214BC

Tints of Medium Blue #1214BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

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

R = 7.96%
G = 8.85%
B = 83.19%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1214BC (or 0x1214BC) is known color: Medium Blue. HEX triplet: 12, 14 and BC. RGB value is (18,20,188). Sum of RGB (Red+Green+Blue) = 18+20+188=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #1214BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214BC is #EDEB43. Grayscale: #252525. Windows color (decimal): -15592260 or 12325906. OLE color: 12325906.

HSL color Cylindrical-coordinate representation of color #1214BC: hue angle of 239.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1214BC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 20 188 -
CMYK 0.90 0.89 0 0.26
HSL 239.29º 0.83% 0.4% -
HSV(B) 239.29º 0.9% 0.74% -
XYZ 9.58 4.26 47.89 -
YUV 38.55 212.34 113.34 -
System Red Green Blue C M Y K H S L
Decimal 18 20 188 0.90 0.89 0 0.26 239.29 0.83 0.4
Hex 12 14 BC 5A 59 0 1A EF 53 28
Octal 22 24 274 132 131 0 32 357 123 50
Binary 10010 10100 10111100 1011010 1011001 0 11010 11101111 1010011 101000

Color Harmonies of #1214BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1214BC

Black with #1214BC

Text Example


Text Example

White with #1214BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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