#19A6F1

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

Shades of Dodger Blue #19A6F1

Tints of Dodger Blue #19A6F1

Color information

#19A6F1 (or 0x19A6F1) is unknown color: approx Dodger Blue. HEX triplet: 19, A6 and F1. RGB value is (25,166,241). Sum of RGB (Red+Green+Blue) = 25+166+241=432 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.79% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #19A6F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A6F1 is #E6590E. Grayscale: #838383. Windows color (decimal): -15096079 or 15836697. OLE color: 15836697.

HSL color Cylindrical-coordinate representation of color #19A6F1: hue angle of 200.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19A6F1 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB25166241-
CMYK0.900.3100.05
HSL200.83º88.52%52.16%-
HSV(B)200.83º89.63%94.51%-
XYZ29.9133.8388.17-
YUV132.39189.2951.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.79%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 241 (94.53% from 255) = 55.79%
R=5.79%
G=38.43%
B=55.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal251662410.900.3100.05200.8388.5252.16
Hex19A6F15A1F05c95934
Octal31246361132370531113164
Binary1100110100110111100011011010111110101110010011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A6F1; }

 p { color: rgb(25,166,241); }

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

<style>
 a { background-color: #19A6F1; }

 a { background-color: rgb(25,166,241); }

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

<style>
 span { border-color: #19A6F1; }

 span { border-color: rgb(25,166,241); }

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