#1370F3

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

Shades of Dodger Blue #1370F3

Tints of Dodger Blue #1370F3

Color information

#1370F3 (or 0x1370F3) is unknown color: approx Dodger Blue. HEX triplet: 13, 70 and F3. RGB value is (19,112,243). Sum of RGB (Red+Green+Blue) = 19+112+243=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #1370F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1370F3 is #EC8F0C. Grayscale: #626262. Windows color (decimal): -15503117 or 15953939. OLE color: 15953939.

HSL color Cylindrical-coordinate representation of color #1370F3: hue angle of 215.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1370F3 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19112243-
CMYK0.920.5400.05
HSL215.09º90.32%51.37%-
HSV(B)215.09º92.18%95.29%-
XYZ22.2418.287.13-
YUV99.13209.1970.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.08%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 243 (95.31% from 255) = 64.97%
R=5.08%
G=29.95%
B=64.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191122430.920.5400.05215.0990.3251.37
Hex1370F35C3605d75a33
Octal23160363134660532713263
Binary1001111100001111001110111001101100101110101111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1370F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1370F3; }

 p { color: rgb(19,112,243); }

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

<style>
 a { background-color: #1370F3; }

 a { background-color: rgb(19,112,243); }

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

<style>
 span { border-color: #1370F3; }

 span { border-color: rgb(19,112,243); }

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