#1417BF

Color #1417BF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1417BF

Tints of Medium Blue #1417BF

Color information

#1417BF (or 0x1417BF) is unknown color: approx Medium Blue. HEX triplet: 14, 17 and BF. RGB value is (20,23,191). Sum of RGB (Red+Green+Blue) = 20+23+191=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #1417BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1417BF is #EBE840. Grayscale: #282828. Windows color (decimal): -15460417 or 12523284. OLE color: 12523284.

HSL color Cylindrical-coordinate representation of color #1417BF: hue angle of 238.95º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1417BF is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2023191-
CMYK0.900.8800.25
HSL238.95º81.04%41.37%-
HSV(B)238.95º89.53%74.9%-
XYZ104.5249.64-
YUV41.26212.51112.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 23 (9.38% from 255) = 9.83%
BLUE value IS 191 (75% from 255) = 81.62%
R=8.55%
G=9.83%
B=81.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20231910.900.8800.25238.9581.0441.37
Hex1417BF5A58019ef5129
Octal242727713213003135712151
Binary10100101111011111110110101011000011001111011111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1417BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1417BF; }

 p { color: rgb(20,23,191); }

 H1.HeaderClassName
 {
   color: #1417BF;
 }
 .AnyTagClassName
 {
   color: #1417BF;
 }
</style>
background-color css

<style>
 a { background-color: #1417BF; }

 a { background-color: rgb(20,23,191); }

 div.DivClassName
 {
   background-color: #1417BF;
 }
 .BgClassName
 {
   background-color: #1417BF;
 }
</style>
border-color css

<style>
 span { border-color: #1417BF; }

 span { border-color: rgb(20,23,191); }

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