Html Css Color HEX #19ACF9 Dodger Blue

📋 copy color: '#19ACF9'

red 25 ◦ green 172 ◦ blue 249

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

Shades of Dodger Blue #19ACF9

Tints of Dodger Blue #19ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.57%

 BLUE value IS 249 (97.66% from 255) = 55.83%

R = 5.61%
G = 38.57%
B = 55.83%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19ACF9 (or 0x19ACF9) is known color: Dodger Blue. HEX triplet: 19, AC and F9. RGB value is (25,172,249). Sum of RGB (Red+Green+Blue) = 25+172+249=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #19ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ACF9 is #E65306. Grayscale: #888888. Windows color (decimal): -15094535 or 16362521. OLE color: 16362521.

HSL color Cylindrical-coordinate representation of color #19ACF9: hue angle of 200.62º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ACF9 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 172 249 -
CMYK 0.90 0.31 0 0.02
HSL 200.63º 0.95% 0.54% -
HSV(B) 200.63º 0.9% 0.98% -
XYZ 32.25 36.55 94.98 -
YUV 136.83 191.3 48.24 -
System Red Green Blue C M Y K H S L
Decimal 25 172 249 0.90 0.31 0 0.02 200.63 0.95 0.54
Hex 19 AC F9 5A 1F 0 2 C9 5F 36
Octal 31 254 371 132 37 0 2 311 137 66
Binary 11001 10101100 11111001 1011010 11111 0 10 11001001 1011111 110110

Color Harmonies of #19ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ACF9

Black with #19ACF9

Text Example


Text Example

White with #19ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,172,249); }

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

background-color css

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

 a { background-color: rgb(25,172,249); }

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

border-color css

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

 span { border-color: rgb(25,172,249); }

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