#1619FD

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

Shades of Blue #1619FD

Tints of Blue #1619FD

Color information

#1619FD (or 0x1619FD) is unknown color: approx Blue. HEX triplet: 16, 19 and FD. RGB value is (22,25,253). Sum of RGB (Red+Green+Blue) = 22+25+253=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 253 (99.22% from 255 or 84.33% from 300); Max value from RGB is 253 - color contains mainly: blue. Hex color #1619FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1619FD is #E9E602. Grayscale: #313131. Windows color (decimal): -15328771 or 16587030. OLE color: 16587030.

HSL color Cylindrical-coordinate representation of color #1619FD: hue angle of 239.22º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1619FD is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2225253-
CMYK0.910.9000.01
HSL239.22º98.3%53.92%-
HSV(B)239.22º91.3%99.22%-
XYZ18.417.9693.49-
YUV50.1242.51107.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.33%
GREEN value IS 25 (10.16% from 255) = 8.33%
BLUE value IS 253 (99.22% from 255) = 84.33%
R=7.33%
G=8.33%
B=84.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal22252530.910.9000.01239.2298.353.92
Hex1619FD5B5A01ef6236
Octal26313751331320135714266
Binary1011011001111111011011011101101001111011111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1619FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1619FD; }

 p { color: rgb(22,25,253); }

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

<style>
 a { background-color: #1619FD; }

 a { background-color: rgb(22,25,253); }

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

<style>
 span { border-color: #1619FD; }

 span { border-color: rgb(22,25,253); }

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