Html Css Color HEX #19AAFF Dodger Blue

📋 copy color: '#19AAFF'

red 25 ◦ green 170 ◦ blue 255

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

Shades of Dodger Blue #19AAFF

Tints of Dodger Blue #19AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

 BLUE value IS 255 (100% from 255) = 56.67%

R = 5.56%
G = 37.78%
B = 56.67%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#19AAFF (or 0x19AAFF) is known color: Dodger Blue. HEX triplet: 19, AA and FF. RGB value is (25,170,255). Sum of RGB (Red+Green+Blue) = 25+170+255=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #19AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AAFF is #E65500. Grayscale: #878787. Windows color (decimal): -15095041 or 16755225. OLE color: 16755225.

HSL color Cylindrical-coordinate representation of color #19AAFF: hue angle of 202.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AAFF is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 170 255 -
CMYK 0.90 0.33 0 0
HSL 202.17º 1% 0.55% -
HSV(B) 202.17º 0.9% 1% -
XYZ 32.83 36.18 99.86 -
YUV 136.34 194.96 48.59 -
System Red Green Blue C M Y K H S L
Decimal 25 170 255 0.90 0.33 0 0 202.17 1 0.55
Hex 19 AA FF 5A 21 0 0 CA 64 37
Octal 31 252 377 132 41 0 0 312 144 67
Binary 11001 10101010 11111111 1011010 100001 0 0 11001010 1100100 110111

Color Harmonies of #19AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AAFF

Black with #19AAFF

Text Example


Text Example

White with #19AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,170,255); }

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

background-color css

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

 a { background-color: rgb(25,170,255); }

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

border-color css

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

 span { border-color: rgb(25,170,255); }

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