#19ABF5

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

Shades of Dodger Blue #19ABF5

Tints of Dodger Blue #19ABF5

Color information

#19ABF5 (or 0x19ABF5) is unknown color: approx Dodger Blue. HEX triplet: 19, AB and F5. RGB value is (25,171,245). Sum of RGB (Red+Green+Blue) = 25+171+245=441 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.67% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #19ABF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ABF5 is #E6540A. Grayscale: #878787. Windows color (decimal): -15094795 or 16100121. OLE color: 16100121.

HSL color Cylindrical-coordinate representation of color #19ABF5: hue angle of 200.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ABF5 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB25171245-
CMYK0.900.3000.04
HSL200.18º91.67%52.94%-
HSV(B)200.18º89.8%96.08%-
XYZ31.4535.9391.66-
YUV135.78189.6348.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.67%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 245 (96.09% from 255) = 55.56%
R=5.67%
G=38.78%
B=55.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal251712450.900.3000.04200.1891.6752.94
Hex19ABF55A1E04c85c35
Octal31253365132360431013465
Binary1100110101011111101011011010111100100110010001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,171,245); }

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

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

 a { background-color: rgb(25,171,245); }

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

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

 span { border-color: rgb(25,171,245); }

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