Html Css Color HEX #19A9FA Dodger Blue

📋 copy color: '#19A9FA'

red 25 ◦ green 169 ◦ blue 250

#19A9FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #19A9FA

Tints of Dodger Blue #19A9FA

RGB

 RED value IS 25 (10.16% from 255) = 5.63%

 GREEN value IS 169 (66.41% from 255) = 38.06%

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 5.63%
G = 38.06%
B = 56.31%

CMYK

 C value IS 0.9

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19A9FA (or 0x19A9FA) is known color: Dodger Blue. HEX triplet: 19, A9 and FA. RGB value is (25,169,250). Sum of RGB (Red+Green+Blue) = 25+169+250=444 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.63% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #19A9FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A9FA is #E65605. Grayscale: #868686. Windows color (decimal): -15095302 or 16427289. OLE color: 16427289.

HSL color Cylindrical-coordinate representation of color #19A9FA: hue angle of 201.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19A9FA is Cyan = 0.9, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 169 250 -
CMYK 0.9 0.32 0 0.02
HSL 201.6º 0.96% 0.54% -
HSV(B) 201.6º 0.9% 0.98% -
XYZ 31.84 35.48 95.61 -
YUV 135.18 192.79 49.41 -
System Red Green Blue C M Y K H S L
Decimal 25 169 250 0.9 0.32 0 0.02 201.6 0.96 0.54
Hex 19 A9 FA 5A 20 0 2 CA 60 36
Octal 31 251 372 132 40 0 2 312 140 66
Binary 11001 10101001 11111010 1011010 100000 0 10 11001010 1100000 110110

Color Harmonies of #19A9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A9FA

Black with #19A9FA

Text Example


Text Example

White with #19A9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,169,250); }

 H1.HeaderClassName
 {
   color: #19A9FA;
 }
 .AnyTagClassName
 {
   color: #19A9FA;
 }
</style>

background-color css

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

 a { background-color: rgb(25,169,250); }

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

border-color css

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

 span { border-color: rgb(25,169,250); }

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