#13A8FC

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

Shades of Dodger Blue #13A8FC

Tints of Dodger Blue #13A8FC

Color information

#13A8FC (or 0x13A8FC) is unknown color: approx Dodger Blue. HEX triplet: 13, A8 and FC. RGB value is (19,168,252). Sum of RGB (Red+Green+Blue) = 19+168+252=439 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.33% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #13A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A8FC is #EC5703. Grayscale: #848484. Windows color (decimal): -15488772 or 16558099. OLE color: 16558099.

HSL color Cylindrical-coordinate representation of color #13A8FC: hue angle of 201.63º 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 #13A8FC is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19168252-
CMYK0.920.3300.01
HSL201.63º97.49%53.14%-
HSV(B)201.63º92.46%98.82%-
XYZ31.8435.1797.21-
YUV133.02195.1446.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.33%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 252 (98.83% from 255) = 57.40%
R=4.33%
G=38.27%
B=57.40%

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
Decimal191682520.920.3300.01201.6397.4953.14
Hex13A8FC5C2101ca6135
Octal23250374134410131214165
Binary100111010100011111100101110010000101110010101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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