Html Css Color HEX #19AAF3 Dodger Blue

📋 copy color: '#19AAF3'

red 25 ◦ green 170 ◦ blue 243

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

Shades of Dodger Blue #19AAF3

Tints of Dodger Blue #19AAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.48%

R = 5.71%
G = 38.81%
B = 55.48%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19AAF3 (or 0x19AAF3) is known color: Dodger Blue. HEX triplet: 19, AA and F3. RGB value is (25,170,243). Sum of RGB (Red+Green+Blue) = 25+170+243=438 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.71% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #19AAF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AAF3 is #E6550C. Grayscale: #868686. Windows color (decimal): -15095053 or 15968793. OLE color: 15968793.

HSL color Cylindrical-coordinate representation of color #19AAF3: hue angle of 200.09º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AAF3 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 170 243 -
CMYK 0.90 0.30 0 0.05
HSL 200.09º 0.9% 0.53% -
HSV(B) 200.09º 0.9% 0.95% -
XYZ 30.95 35.43 90 -
YUV 134.97 188.96 49.56 -
System Red Green Blue C M Y K H S L
Decimal 25 170 243 0.90 0.30 0 0.05 200.09 0.9 0.53
Hex 19 AA F3 5A 1E 0 5 C8 5A 35
Octal 31 252 363 132 36 0 5 310 132 65
Binary 11001 10101010 11110011 1011010 11110 0 101 11001000 1011010 110101

Color Harmonies of #19AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AAF3

Black with #19AAF3

Text Example


Text Example

White with #19AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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