Html Css Color HEX #19AAF7 Dodger Blue

📋 copy color: '#19AAF7'

red 25 ◦ green 170 ◦ blue 247

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

Shades of Dodger Blue #19AAF7

Tints of Dodger Blue #19AAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.88%

R = 5.66%
G = 38.46%
B = 55.88%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#19AAF7 (or 0x19AAF7) is known color: Dodger Blue. HEX triplet: 19, AA and F7. RGB value is (25,170,247). Sum of RGB (Red+Green+Blue) = 25+170+247=442 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.66% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #19AAF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AAF7 is #E65508. Grayscale: #868686. Windows color (decimal): -15095049 or 16230937. OLE color: 16230937.

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

Color convert

RGB 25 170 247 -
CMYK 0.90 0.31 0 0.03
HSL 200.81º 0.93% 0.53% -
HSV(B) 200.81º 0.9% 0.97% -
XYZ 31.56 35.67 93.22 -
YUV 135.42 190.96 49.24 -
System Red Green Blue C M Y K H S L
Decimal 25 170 247 0.90 0.31 0 0.03 200.81 0.93 0.53
Hex 19 AA F7 5A 1F 0 3 C9 5D 35
Octal 31 252 367 132 37 0 3 311 135 65
Binary 11001 10101010 11110111 1011010 11111 0 11 11001001 1011101 110101

Color Harmonies of #19AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AAF7

Black with #19AAF7

Text Example


Text Example

White with #19AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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