#13a9fc

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

Shades of Dodger Blue #13A9FC

Tints of Dodger Blue #13A9FC

Color information

#13A9FC (or 0x13A9FC) is unknown color: approx Dodger Blue. HEX triplet: 13, A9 and FC. RGB value is (19,169,252). Sum of RGB (Red+Green+Blue) = 19+169+252=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #13A9FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A9FC is #EC5603. Grayscale: #858585. Windows color (decimal): -15488516 or 16558355. OLE color: 16558355.

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

Color convert

RGB19169252-
CMYK0.920.3300.01
HSL201.37º97.49%53.14%-
HSV(B)201.37º92.46%98.82%-
XYZ32.0335.5497.27-
YUV133.61194.846.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.32%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 252 (98.83% from 255) = 57.27%
R=4.32%
G=38.41%
B=57.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal191692520.920.3300.01201.3797.4953.14
Hex13A9FC5C2101c96135
Octal23251374134410131114165
Binary100111010100111111100101110010000101110010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13a9fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,169,252); }

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

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

 a { background-color: rgb(19,169,252); }

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

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

 span { border-color: rgb(19,169,252); }

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