#191fdd

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

Shades of Medium Blue #191FDD

Tints of Medium Blue #191FDD

Color information

#191FDD (or 0x191FDD) is unknown color: approx Medium Blue. HEX triplet: 19, 1F and DD. RGB value is (25,31,221). Sum of RGB (Red+Green+Blue) = 25+31+221=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 221 (86.72% from 255 or 79.78% from 277); Max value from RGB is 221 - color contains mainly: blue. Hex color #191FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FDD is #E6E022. Grayscale: #323232. Windows color (decimal): -15130659 or 14491417. OLE color: 14491417.

HSL color Cylindrical-coordinate representation of color #191FDD: hue angle of 238.16º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191FDD is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2531221-
CMYK0.890.8600.13
HSL238.16º79.67%48.24%-
HSV(B)238.16º88.69%86.67%-
XYZ13.946.4168.91-
YUV50.87224.01109.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.03%
GREEN value IS 31 (12.5% from 255) = 11.19%
BLUE value IS 221 (86.72% from 255) = 79.78%
R=9.03%
G=11.19%
B=79.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal25312210.890.8600.13238.1679.6748.24
Hex191FDD59560Dee5030
Octal313733513112601535612060
Binary1100111111110111011011001101011001101111011101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,31,221); }

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

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

 a { background-color: rgb(25,31,221); }

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

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

 span { border-color: rgb(25,31,221); }

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