#13A2FE

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

Shades of Dodger Blue #13A2FE

Tints of Dodger Blue #13A2FE

Color information

#13A2FE (or 0x13A2FE) is unknown color: approx Dodger Blue. HEX triplet: 13, A2 and FE. RGB value is (19,162,254). Sum of RGB (Red+Green+Blue) = 19+162+254=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #13A2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A2FE is #EC5D01. Grayscale: #818181. Windows color (decimal): -15490306 or 16687635. OLE color: 16687635.

HSL color Cylindrical-coordinate representation of color #13A2FE: hue angle of 203.49º 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 #13A2FE is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19162254-
CMYK0.930.3600.00
HSL203.49º99.16%53.53%-
HSV(B)203.49º92.52%99.61%-
XYZ31.0833.1398.52-
YUV129.73198.1249.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.37%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 254 (99.61% from 255) = 58.39%
R=4.37%
G=37.24%
B=58.39%

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
Decimal191622540.930.3600.00203.4999.1653.53
Hex13A2FE5D2400cb6336
Octal23242376135440031314366
Binary100111010001011111110101110110010000110010111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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