#1390FB

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

Shades of Dodger Blue #1390FB

Tints of Dodger Blue #1390FB

Color information

#1390FB (or 0x1390FB) is unknown color: approx Dodger Blue. HEX triplet: 13, 90 and FB. RGB value is (19,144,251). Sum of RGB (Red+Green+Blue) = 19+144+251=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #1390FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1390FB is #EC6F04. Grayscale: #767676. Windows color (decimal): -15494917 or 16486419. OLE color: 16486419.

HSL color Cylindrical-coordinate representation of color #1390FB: hue angle of 207.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1390FB is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19144251-
CMYK0.920.4300.02
HSL207.67º96.67%52.94%-
HSV(B)207.67º92.43%98.43%-
XYZ27.6527.0595.03-
YUV118.82202.5956.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.59%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 251 (98.44% from 255) = 60.63%
R=4.59%
G=34.78%
B=60.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191442510.920.4300.02207.6796.6752.94
Hex1390FB5C2B02d06135
Octal23220373134530232014165
Binary1001110010000111110111011100101011010110100001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1390FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1390FB; }

 p { color: rgb(19,144,251); }

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

<style>
 a { background-color: #1390FB; }

 a { background-color: rgb(19,144,251); }

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

<style>
 span { border-color: #1390FB; }

 span { border-color: rgb(19,144,251); }

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