Html Css Color HEX #19A8FF Dodger Blue

📋 copy color: '#19A8FF'

red 25 ◦ green 168 ◦ blue 255

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

Shades of Dodger Blue #19A8FF

Tints of Dodger Blue #19A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.5%

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

R = 5.58%
G = 37.5%
B = 56.92%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#19A8FF (or 0x19A8FF) is known color: Dodger Blue. HEX triplet: 19, A8 and FF. RGB value is (25,168,255). Sum of RGB (Red+Green+Blue) = 25+168+255=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #19A8FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A8FF is #E65700. Grayscale: #868686. Windows color (decimal): -15095553 or 16754713. OLE color: 16754713.

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

Color convert

RGB 25 168 255 -
CMYK 0.90 0.34 0 0
HSL 202.7º 1% 0.55% -
HSV(B) 202.7º 0.9% 1% -
XYZ 32.45 35.43 99.74 -
YUV 135.16 195.62 49.43 -
System Red Green Blue C M Y K H S L
Decimal 25 168 255 0.90 0.34 0 0 202.7 1 0.55
Hex 19 A8 FF 5A 22 0 0 CB 64 37
Octal 31 250 377 132 42 0 0 313 144 67
Binary 11001 10101000 11111111 1011010 100010 0 0 11001011 1100100 110111

Color Harmonies of #19A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A8FF

Black with #19A8FF

Text Example


Text Example

White with #19A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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