#1378FB

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

Shades of Dodger Blue #1378FB

Tints of Dodger Blue #1378FB

Color information

#1378FB (or 0x1378FB) is unknown color: approx Dodger Blue. HEX triplet: 13, 78 and FB. RGB value is (19,120,251). Sum of RGB (Red+Green+Blue) = 19+120+251=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #1378FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1378FB is #EC8704. Grayscale: #686868. Windows color (decimal): -15501061 or 16480275. OLE color: 16480275.

HSL color Cylindrical-coordinate representation of color #1378FB: hue angle of 213.88º 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 #1378FB is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19120251-
CMYK0.920.5200.02
HSL213.88º96.67%52.94%-
HSV(B)213.88º92.43%98.43%-
XYZ24.420.5493.94-
YUV104.74210.5466.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.87%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 251 (98.44% from 255) = 64.36%
R=4.87%
G=30.77%
B=64.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191202510.920.5200.02213.8896.6752.94
Hex1378FB5C3402d66135
Octal23170373134640232614165
Binary100111111000111110111011100110100010110101101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1378FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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