Html Css Color HEX #19A3F9 Dodger Blue

📋 copy color: '#19A3F9'

red 25 ◦ green 163 ◦ blue 249

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

Shades of Dodger Blue #19A3F9

Tints of Dodger Blue #19A3F9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.3%

 BLUE value IS 249 (97.66% from 255) = 56.98%

R = 5.72%
G = 37.3%
B = 56.98%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19A3F9 (or 0x19A3F9) is known color: Dodger Blue. HEX triplet: 19, A3 and F9. RGB value is (25,163,249). Sum of RGB (Red+Green+Blue) = 25+163+249=437 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.72% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #19A3F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A3F9 is #E65C06. Grayscale: #838383. Windows color (decimal): -15096839 or 16360217. OLE color: 16360217.

HSL color Cylindrical-coordinate representation of color #19A3F9: hue angle of 203.04º degrees, saturation: 0.95, 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 #19A3F9 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 163 249 -
CMYK 0.90 0.35 0 0.02
HSL 203.04º 0.95% 0.54% -
HSV(B) 203.04º 0.9% 0.98% -
XYZ 30.6 33.24 94.43 -
YUV 131.54 194.28 52.01 -
System Red Green Blue C M Y K H S L
Decimal 25 163 249 0.90 0.35 0 0.02 203.04 0.95 0.54
Hex 19 A3 F9 5A 23 0 2 CB 5F 36
Octal 31 243 371 132 43 0 2 313 137 66
Binary 11001 10100011 11111001 1011010 100011 0 10 11001011 1011111 110110

Color Harmonies of #19A3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A3F9

Black with #19A3F9

Text Example


Text Example

White with #19A3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,163,249); }

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

background-color css

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

 a { background-color: rgb(25,163,249); }

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

border-color css

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

 span { border-color: rgb(25,163,249); }

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