#191ED8

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

Shades of Medium Blue #191ED8

Tints of Medium Blue #191ED8

Color information

#191ED8 (or 0x191ED8) is unknown color: approx Medium Blue. HEX triplet: 19, 1E and D8. RGB value is (25,30,216). Sum of RGB (Red+Green+Blue) = 25+30+216=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 216 (84.77% from 255 or 79.70% from 271); Max value from RGB is 216 - color contains mainly: blue. Hex color #191ED8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ED8 is #E6E127. Grayscale: #303030. Windows color (decimal): -15130920 or 14163481. OLE color: 14163481.

HSL color Cylindrical-coordinate representation of color #191ED8: hue angle of 238.43º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191ED8 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2530216-
CMYK0.880.8600.15
HSL238.43º79.25%47.25%-
HSV(B)238.43º88.43%84.71%-
XYZ13.266.0965.44-
YUV49.71221.84110.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.23%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 216 (84.77% from 255) = 79.70%
R=9.23%
G=11.07%
B=79.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal25302160.880.8600.15238.4379.2547.25
Hex191ED858560Fee4f2f
Octal313633013012601735611757
Binary1100111110110110001011000101011001111111011101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191ED8; }

 p { color: rgb(25,30,216); }

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

<style>
 a { background-color: #191ED8; }

 a { background-color: rgb(25,30,216); }

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

<style>
 span { border-color: #191ED8; }

 span { border-color: rgb(25,30,216); }

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