Html Css Color HEX #19ACFC Dodger Blue

📋 copy color: '#19ACFC'

red 25 ◦ green 172 ◦ blue 252

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

Shades of Dodger Blue #19ACFC

Tints of Dodger Blue #19ACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 5.57%
G = 38.31%
B = 56.12%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19ACFC (or 0x19ACFC) is known color: Dodger Blue. HEX triplet: 19, AC and FC. RGB value is (25,172,252). Sum of RGB (Red+Green+Blue) = 25+172+252=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #19ACFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ACFC is #E65303. Grayscale: #888888. Windows color (decimal): -15094532 or 16559129. OLE color: 16559129.

HSL color Cylindrical-coordinate representation of color #19ACFC: hue angle of 201.15º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ACFC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 172 252 -
CMYK 0.90 0.32 0 0.01
HSL 201.15º 0.97% 0.54% -
HSV(B) 201.15º 0.9% 0.99% -
XYZ 32.72 36.74 97.46 -
YUV 137.17 192.8 48 -
System Red Green Blue C M Y K H S L
Decimal 25 172 252 0.90 0.32 0 0.01 201.15 0.97 0.54
Hex 19 AC FC 5A 20 0 1 C9 61 36
Octal 31 254 374 132 40 0 1 311 141 66
Binary 11001 10101100 11111100 1011010 100000 0 1 11001001 1100001 110110

Color Harmonies of #19ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ACFC

Black with #19ACFC

Text Example


Text Example

White with #19ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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