#13A3FE

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

Shades of Dodger Blue #13A3FE

Tints of Dodger Blue #13A3FE

Color information

#13A3FE (or 0x13A3FE) is unknown color: approx Dodger Blue. HEX triplet: 13, A3 and FE. RGB value is (19,163,254). Sum of RGB (Red+Green+Blue) = 19+163+254=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #13A3FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A3FE is #EC5C01. Grayscale: #818181. Windows color (decimal): -15490050 or 16687891. OLE color: 16687891.

HSL color Cylindrical-coordinate representation of color #13A3FE: hue angle of 203.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13A3FE is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19163254-
CMYK0.930.3600.00
HSL203.23º99.16%53.53%-
HSV(B)203.23º92.52%99.61%-
XYZ31.2633.4998.58-
YUV130.32197.7948.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.36%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 254 (99.61% from 255) = 58.26%
R=4.36%
G=37.39%
B=58.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal191632540.930.3600.00203.2399.1653.53
Hex13A3FE5D2400cb6336
Octal23243376135440031314366
Binary100111010001111111110101110110010000110010111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,163,254); }

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

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

 a { background-color: rgb(19,163,254); }

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

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

 span { border-color: rgb(19,163,254); }

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