Html Css Color HEX #19ABFE Dodger Blue

📋 copy color: '#19ABFE'

red 25 ◦ green 171 ◦ blue 254

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

Shades of Dodger Blue #19ABFE

Tints of Dodger Blue #19ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38%

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

R = 5.56%
G = 38%
B = 56.44%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#19ABFE (or 0x19ABFE) is known color: Dodger Blue. HEX triplet: 19, AB and FE. RGB value is (25,171,254). Sum of RGB (Red+Green+Blue) = 25+171+254=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #19ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ABFE is #E65401. Grayscale: #888888. Windows color (decimal): -15094786 or 16689945. OLE color: 16689945.

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

Color convert

RGB 25 171 254 -
CMYK 0.90 0.33 0 0.00
HSL 201.75º 0.99% 0.55% -
HSV(B) 201.75º 0.9% 1% -
XYZ 32.85 36.49 99.08 -
YUV 136.81 194.13 48.25 -
System Red Green Blue C M Y K H S L
Decimal 25 171 254 0.90 0.33 0 0.00 201.75 0.99 0.55
Hex 19 AB FE 5A 21 0 0 CA 63 37
Octal 31 253 376 132 41 0 0 312 143 67
Binary 11001 10101011 11111110 1011010 100001 0 0 11001010 1100011 110111

Color Harmonies of #19ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ABFE

Black with #19ABFE

Text Example


Text Example

White with #19ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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