Html Css Color HEX #19A6FC Dodger Blue

📋 copy color: '#19A6FC'

red 25 ◦ green 166 ◦ blue 252

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

Shades of Dodger Blue #19A6FC

Tints of Dodger Blue #19A6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.47%

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

R = 5.64%
G = 37.47%
B = 56.88%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19A6FC (or 0x19A6FC) is known color: Dodger Blue. HEX triplet: 19, A6 and FC. RGB value is (25,166,252). Sum of RGB (Red+Green+Blue) = 25+166+252=443 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.64% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #19A6FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A6FC is #E65903. Grayscale: #858585. Windows color (decimal): -15096068 or 16557593. OLE color: 16557593.

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

Color convert

RGB 25 166 252 -
CMYK 0.90 0.34 0 0.01
HSL 202.73º 0.97% 0.54% -
HSV(B) 202.73º 0.9% 0.99% -
XYZ 31.61 34.51 97.09 -
YUV 133.65 194.79 50.51 -
System Red Green Blue C M Y K H S L
Decimal 25 166 252 0.90 0.34 0 0.01 202.73 0.97 0.54
Hex 19 A6 FC 5A 22 0 1 CB 61 36
Octal 31 246 374 132 42 0 1 313 141 66
Binary 11001 10100110 11111100 1011010 100010 0 1 11001011 1100001 110110

Color Harmonies of #19A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A6FC

Black with #19A6FC

Text Example


Text Example

White with #19A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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