#19A0F3

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

Shades of Dodger Blue #19A0F3

Tints of Dodger Blue #19A0F3

Color information

#19A0F3 (or 0x19A0F3) is unknown color: approx Dodger Blue. HEX triplet: 19, A0 and F3. RGB value is (25,160,243). Sum of RGB (Red+Green+Blue) = 25+160+243=428 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.84% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #19A0F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A0F3 is #E65F0C. Grayscale: #808080. Windows color (decimal): -15097613 or 15966233. OLE color: 15966233.

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

Color convert

RGB25160243-
CMYK0.900.3400.05
HSL202.84º90.08%52.55%-
HSV(B)202.84º89.71%95.29%-
XYZ29.1531.8289.4-
YUV129.1192.2753.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.84%
GREEN value IS 160 (62.89% from 255) = 37.38%
BLUE value IS 243 (95.31% from 255) = 56.78%
R=5.84%
G=37.38%
B=56.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal251602430.900.3400.05202.8490.0852.55
Hex19A0F35A2205cb5a35
Octal31240363132420531313265
Binary11001101000001111001110110101000100101110010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,160,243); }

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

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

 a { background-color: rgb(25,160,243); }

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

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

 span { border-color: rgb(25,160,243); }

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