#13A8FA

Color #13A8FA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #13A8FA

Tints of Dodger Blue #13A8FA

Color information

#13A8FA (or 0x13A8FA) is unknown color: approx Dodger Blue. HEX triplet: 13, A8 and FA. RGB value is (19,168,250). Sum of RGB (Red+Green+Blue) = 19+168+250=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #13A8FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A8FA is #EC5705. Grayscale: #848484. Windows color (decimal): -15488774 or 16427027. OLE color: 16427027.

HSL color Cylindrical-coordinate representation of color #13A8FA: hue angle of 201.3º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13A8FA is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19168250-
CMYK0.920.3300.02
HSL201.3º95.85%52.75%-
HSV(B)201.3º92.4%98.04%-
XYZ31.5335.0595.55-
YUV132.8194.1446.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.35%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 250 (98.05% from 255) = 57.21%
R=4.35%
G=38.44%
B=57.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191682500.920.3300.02201.395.8552.75
Hex13A8FA5C2102c96035
Octal23250372134410231114065
Binary1001110101000111110101011100100001010110010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13A8FA; }

 p { color: rgb(19,168,250); }

 H1.HeaderClassName
 {
   color: #13A8FA;
 }
 .AnyTagClassName
 {
   color: #13A8FA;
 }
</style>
background-color css

<style>
 a { background-color: #13A8FA; }

 a { background-color: rgb(19,168,250); }

 div.DivClassName
 {
   background-color: #13A8FA;
 }
 .BgClassName
 {
   background-color: #13A8FA;
 }
</style>
border-color css

<style>
 span { border-color: #13A8FA; }

 span { border-color: rgb(19,168,250); }

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

cancel