#1380F1

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

Shades of Dodger Blue #1380F1

Tints of Dodger Blue #1380F1

Color information

#1380F1 (or 0x1380F1) is unknown color: approx Dodger Blue. HEX triplet: 13, 80 and F1. RGB value is (19,128,241). Sum of RGB (Red+Green+Blue) = 19+128+241=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #1380F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1380F1 is #EC7F0E. Grayscale: #6B6B6B. Windows color (decimal): -15499023 or 15826963. OLE color: 15826963.

HSL color Cylindrical-coordinate representation of color #1380F1: hue angle of 210.54º degrees, saturation: 0.89, 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 #1380F1 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19128241-
CMYK0.920.4700.05
HSL210.54º88.8%50.98%-
HSV(B)210.54º92.12%94.51%-
XYZ23.8621.9386.19-
YUV108.29202.8964.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.90%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 241 (94.53% from 255) = 62.11%
R=4.90%
G=32.99%
B=62.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191282410.920.4700.05210.5488.850.98
Hex1380F15C2F05d35933
Octal23200361134570532313163
Binary10011100000001111000110111001011110101110100111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1380F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1380F1; }

 p { color: rgb(19,128,241); }

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

<style>
 a { background-color: #1380F1; }

 a { background-color: rgb(19,128,241); }

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

<style>
 span { border-color: #1380F1; }

 span { border-color: rgb(19,128,241); }

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