Html Css Color HEX #19A6FE Dodger Blue

📋 copy color: '#19A6FE'

red 25 ◦ green 166 ◦ blue 254

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

Shades of Dodger Blue #19A6FE

Tints of Dodger Blue #19A6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 5.62%
G = 37.3%
B = 57.08%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#19A6FE (or 0x19A6FE) is known color: Dodger Blue. HEX triplet: 19, A6 and FE. RGB value is (25,166,254). Sum of RGB (Red+Green+Blue) = 25+166+254=445 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.62% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #19A6FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A6FE is #E65901. Grayscale: #858585. Windows color (decimal): -15096066 or 16688665. OLE color: 16688665.

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

Color convert

RGB 25 166 254 -
CMYK 0.90 0.35 0 0.00
HSL 203.06º 0.99% 0.55% -
HSV(B) 203.06º 0.9% 1% -
XYZ 31.93 34.63 98.77 -
YUV 133.87 195.79 50.34 -
System Red Green Blue C M Y K H S L
Decimal 25 166 254 0.90 0.35 0 0.00 203.06 0.99 0.55
Hex 19 A6 FE 5A 23 0 0 CB 63 37
Octal 31 246 376 132 43 0 0 313 143 67
Binary 11001 10100110 11111110 1011010 100011 0 0 11001011 1100011 110111

Color Harmonies of #19A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A6FE

Black with #19A6FE

Text Example


Text Example

White with #19A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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