Html Css Color HEX #19ACFD Dodger Blue

📋 copy color: '#19ACFD'

red 25 ◦ green 172 ◦ blue 253

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

Shades of Dodger Blue #19ACFD

Tints of Dodger Blue #19ACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.22%

R = 5.56%
G = 38.22%
B = 56.22%

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

#19ACFD (or 0x19ACFD) is known color: Dodger Blue. HEX triplet: 19, AC and FD. RGB value is (25,172,253). Sum of RGB (Red+Green+Blue) = 25+172+253=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #19ACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ACFD is #E65302. Grayscale: #888888. Windows color (decimal): -15094531 or 16624665. OLE color: 16624665.

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

Color convert

RGB 25 172 253 -
CMYK 0.90 0.32 0 0.01
HSL 201.32º 0.98% 0.55% -
HSV(B) 201.32º 0.9% 0.99% -
XYZ 32.88 36.8 98.3 -
YUV 137.28 193.3 47.91 -
System Red Green Blue C M Y K H S L
Decimal 25 172 253 0.90 0.32 0 0.01 201.32 0.98 0.55
Hex 19 AC FD 5A 20 0 1 C9 62 37
Octal 31 254 375 132 40 0 1 311 142 67
Binary 11001 10101100 11111101 1011010 100000 0 1 11001001 1100010 110111

Color Harmonies of #19ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ACFD

Black with #19ACFD

Text Example


Text Example

White with #19ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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