Html Css Color HEX #19A3EE Dodger Blue

📋 copy color: '#19A3EE'

red 25 ◦ green 163 ◦ blue 238

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

Shades of Dodger Blue #19A3EE

Tints of Dodger Blue #19A3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.87%

R = 5.87%
G = 38.26%
B = 55.87%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19A3EE (or 0x19A3EE) is known color: Dodger Blue. HEX triplet: 19, A3 and EE. RGB value is (25,163,238). Sum of RGB (Red+Green+Blue) = 25+163+238=426 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.87% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #19A3EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A3EE is #E65C11. Grayscale: #818181. Windows color (decimal): -15096850 or 15639321. OLE color: 15639321.

HSL color Cylindrical-coordinate representation of color #19A3EE: hue angle of 201.13º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19A3EE is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 163 238 -
CMYK 0.89 0.32 0 0.07
HSL 201.13º 0.86% 0.52% -
HSV(B) 201.13º 0.89% 0.93% -
XYZ 28.93 32.57 85.65 -
YUV 130.29 188.78 52.9 -
System Red Green Blue C M Y K H S L
Decimal 25 163 238 0.89 0.32 0 0.07 201.13 0.86 0.52
Hex 19 A3 EE 59 20 0 7 C9 56 34
Octal 31 243 356 131 40 0 7 311 126 64
Binary 11001 10100011 11101110 1011001 100000 0 111 11001001 1010110 110100

Color Harmonies of #19A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A3EE

Black with #19A3EE

Text Example


Text Example

White with #19A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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