Html Css Color HEX #19A4E9 Dodger Blue

📋 copy color: '#19A4E9'

red 25 ◦ green 164 ◦ blue 233

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

Shades of Dodger Blue #19A4E9

Tints of Dodger Blue #19A4E9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 5.92%
G = 38.86%
B = 55.21%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#19A4E9 (or 0x19A4E9) is known color: Dodger Blue. HEX triplet: 19, A4 and E9. RGB value is (25,164,233). Sum of RGB (Red+Green+Blue) = 25+164+233=422 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.92% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 233 (91.41% from 255 or 55.21% from 422); Max value from RGB is 233 - color contains mainly: blue. Hex color #19A4E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A4E9 is #E65B16. Grayscale: #818181. Windows color (decimal): -15096599 or 15311897. OLE color: 15311897.

HSL color Cylindrical-coordinate representation of color #19A4E9: hue angle of 199.9º 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 #19A4E9 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 164 233 -
CMYK 0.89 0.30 0 0.09
HSL 199.9º 0.83% 0.51% -
HSV(B) 199.9º 0.89% 0.91% -
XYZ 28.38 32.64 81.9 -
YUV 130.31 185.95 52.89 -
System Red Green Blue C M Y K H S L
Decimal 25 164 233 0.89 0.30 0 0.09 199.9 0.83 0.51
Hex 19 A4 E9 59 1E 0 9 C8 53 33
Octal 31 244 351 131 36 0 11 310 123 63
Binary 11001 10100100 11101001 1011001 11110 0 1001 11001000 1010011 110011

Color Harmonies of #19A4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A4E9

Black with #19A4E9

Text Example


Text Example

White with #19A4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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