#1370FE

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

Shades of Dodger Blue #1370FE

Tints of Dodger Blue #1370FE

Color information

#1370FE (or 0x1370FE) is unknown color: approx Dodger Blue. HEX triplet: 13, 70 and FE. RGB value is (19,112,254). Sum of RGB (Red+Green+Blue) = 19+112+254=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #1370FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1370FE is #EC8F01. Grayscale: #636363. Windows color (decimal): -15503106 or 16674835. OLE color: 16674835.

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

Color convert

RGB19112254-
CMYK0.930.5600.00
HSL216.26º99.16%53.53%-
HSV(B)216.26º92.52%99.61%-
XYZ23.9518.8896.15-
YUV100.38214.6969.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.94%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 254 (99.61% from 255) = 65.97%
R=4.94%
G=29.09%
B=65.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal191122540.930.5600.00216.2699.1653.53
Hex1370FE5D3800d86336
Octal23160376135700033014366
Binary10011111000011111110101110111100000110110001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1370FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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