Html Css Color HEX #19A5E9 Dodger Blue

📋 copy color: '#19A5E9'

red 25 ◦ green 165 ◦ blue 233

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

Shades of Dodger Blue #19A5E9

Tints of Dodger Blue #19A5E9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

 BLUE value IS 233 (91.41% from 255) = 55.08%

R = 5.91%
G = 39.01%
B = 55.08%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#19A5E9 (or 0x19A5E9) is known color: Dodger Blue. HEX triplet: 19, A5 and E9. RGB value is (25,165,233). Sum of RGB (Red+Green+Blue) = 25+165+233=423 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.91% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #19A5E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A5E9 is #E65A16. Grayscale: #828282. Windows color (decimal): -15096343 or 15312153. OLE color: 15312153.

HSL color Cylindrical-coordinate representation of color #19A5E9: hue angle of 199.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19A5E9 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 165 233 -
CMYK 0.89 0.29 0 0.09
HSL 199.62º 0.83% 0.51% -
HSV(B) 199.62º 0.89% 0.91% -
XYZ 28.56 33 81.95 -
YUV 130.89 185.62 52.47 -
System Red Green Blue C M Y K H S L
Decimal 25 165 233 0.89 0.29 0 0.09 199.62 0.83 0.51
Hex 19 A5 E9 59 1D 0 9 C8 53 33
Octal 31 245 351 131 35 0 11 310 123 63
Binary 11001 10100101 11101001 1011001 11101 0 1001 11001000 1010011 110011

Color Harmonies of #19A5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A5E9

Black with #19A5E9

Text Example


Text Example

White with #19A5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,165,233); }

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

background-color css

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

 a { background-color: rgb(25,165,233); }

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

border-color css

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

 span { border-color: rgb(25,165,233); }

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