#13A7FF

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

Shades of Dodger Blue #13A7FF

Tints of Dodger Blue #13A7FF

Color information

#13A7FF (or 0x13A7FF) is unknown color: approx Dodger Blue. HEX triplet: 13, A7 and FF. RGB value is (19,167,255). Sum of RGB (Red+Green+Blue) = 19+167+255=441 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.31% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #13A7FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A7FF is #EC5800. Grayscale: #848484. Windows color (decimal): -15489025 or 16754451. OLE color: 16754451.

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

Color convert

RGB19167255-
CMYK0.930.3500
HSL202.37º100%53.73%-
HSV(B)202.37º92.55%100%-
XYZ32.143599.67-
YUV132.78196.9746.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.31%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 255 (100% from 255) = 57.82%
R=4.31%
G=37.87%
B=57.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191672550.930.3500202.3710053.73
Hex13A7FF5D2300ca6436
Octal23247377135430031214466
Binary100111010011111111111101110110001100110010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,167,255); }

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

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

 a { background-color: rgb(19,167,255); }

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

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

 span { border-color: rgb(19,167,255); }

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