Html Css Color HEX #19ACFF Dodger Blue

📋 copy color: '#19ACFF'

red 25 ◦ green 172 ◦ blue 255

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

Shades of Dodger Blue #19ACFF

Tints of Dodger Blue #19ACFF

RGB

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

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

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

R = 5.53%
G = 38.05%
B = 56.42%

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

#19ACFF (or 0x19ACFF) is known color: Dodger Blue. HEX triplet: 19, AC and FF. RGB value is (25,172,255). Sum of RGB (Red+Green+Blue) = 25+172+255=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #19ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ACFF is #E65300. Grayscale: #898989. Windows color (decimal): -15094529 or 16755737. OLE color: 16755737.

HSL color Cylindrical-coordinate representation of color #19ACFF: hue angle of 201.65º 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 #19ACFF is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 172 255 -
CMYK 0.90 0.33 0 0
HSL 201.65º 1% 0.55% -
HSV(B) 201.65º 0.9% 1% -
XYZ 33.2 36.93 99.99 -
YUV 137.51 194.3 47.75 -
System Red Green Blue C M Y K H S L
Decimal 25 172 255 0.90 0.33 0 0 201.65 1 0.55
Hex 19 AC FF 5A 21 0 0 CA 64 37
Octal 31 254 377 132 41 0 0 312 144 67
Binary 11001 10101100 11111111 1011010 100001 0 0 11001010 1100100 110111

Color Harmonies of #19ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ACFF

Black with #19ACFF

Text Example


Text Example

White with #19ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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