#19A1F1

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

Shades of Dodger Blue #19A1F1

Tints of Dodger Blue #19A1F1

Color information

#19A1F1 (or 0x19A1F1) is unknown color: approx Dodger Blue. HEX triplet: 19, A1 and F1. RGB value is (25,161,241). Sum of RGB (Red+Green+Blue) = 25+161+241=427 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.85% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #19A1F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A1F1 is #E65E0E. Grayscale: #818181. Windows color (decimal): -15097359 or 15835417. OLE color: 15835417.

HSL color Cylindrical-coordinate representation of color #19A1F1: hue angle of 202.22º 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 #19A1F1 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB25161241-
CMYK0.900.3300.05
HSL202.22º88.52%52.16%-
HSV(B)202.22º89.63%94.51%-
XYZ29.0232.0587.88-
YUV129.46190.9453.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.85%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 241 (94.53% from 255) = 56.44%
R=5.85%
G=37.70%
B=56.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal251612410.900.3300.05202.2288.5252.16
Hex19A1F15A2105ca5934
Octal31241361132410531213164
Binary11001101000011111000110110101000010101110010101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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