#190fdd

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

Shades of Medium Blue #190FDD

Tints of Medium Blue #190FDD

Color information

#190FDD (or 0x190FDD) is unknown color: approx Medium Blue. HEX triplet: 19, 0F and DD. RGB value is (25,15,221). Sum of RGB (Red+Green+Blue) = 25+15+221=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 221 (86.72% from 255 or 84.67% from 261); Max value from RGB is 221 - color contains mainly: blue. Hex color #190FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FDD is #E6F022. Grayscale: #282828. Windows color (decimal): -15134755 or 14487321. OLE color: 14487321.

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

Color convert

RGB2515221-
CMYK0.890.9300.13
HSL242.91º87.29%46.27%-
HSV(B)242.91º93.21%86.67%-
XYZ13.625.7768.8-
YUV41.47229.31116.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.58%
GREEN value IS 15 (6.25% from 255) = 5.75%
BLUE value IS 221 (86.72% from 255) = 84.67%
R=9.58%
G=5.75%
B=84.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal25152210.890.9300.13242.9187.2946.27
Hex19FDD595D0Df3572e
Octal311733513113501536312756
Binary110011111110111011011001101110101101111100111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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