Html Css Color HEX #19AAF6 Dodger Blue

📋 copy color: '#19AAF6'

red 25 ◦ green 170 ◦ blue 246

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

Shades of Dodger Blue #19AAF6

Tints of Dodger Blue #19AAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.78%

R = 5.67%
G = 38.55%
B = 55.78%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#19AAF6 (or 0x19AAF6) is known color: Dodger Blue. HEX triplet: 19, AA and F6. RGB value is (25,170,246). Sum of RGB (Red+Green+Blue) = 25+170+246=441 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.67% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #19AAF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AAF6 is #E65509. Grayscale: #868686. Windows color (decimal): -15095050 or 16165401. OLE color: 16165401.

HSL color Cylindrical-coordinate representation of color #19AAF6: hue angle of 200.63º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AAF6 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 170 246 -
CMYK 0.90 0.31 0 0.04
HSL 200.63º 0.92% 0.53% -
HSV(B) 200.63º 0.9% 0.96% -
XYZ 31.41 35.61 92.41 -
YUV 135.31 190.46 49.32 -
System Red Green Blue C M Y K H S L
Decimal 25 170 246 0.90 0.31 0 0.04 200.63 0.92 0.53
Hex 19 AA F6 5A 1F 0 4 C9 5C 35
Octal 31 252 366 132 37 0 4 311 134 65
Binary 11001 10101010 11110110 1011010 11111 0 100 11001001 1011100 110101

Color Harmonies of #19AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AAF6

Black with #19AAF6

Text Example


Text Example

White with #19AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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