#1978F2

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

Shades of Dodger Blue #1978F2

Tints of Dodger Blue #1978F2

Color information

#1978F2 (or 0x1978F2) is unknown color: approx Dodger Blue. HEX triplet: 19, 78 and F2. RGB value is (25,120,242). Sum of RGB (Red+Green+Blue) = 25+120+242=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #1978F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1978F2 is #E6870D. Grayscale: #686868. Windows color (decimal): -15107854 or 15890457. OLE color: 15890457.

HSL color Cylindrical-coordinate representation of color #1978F2: hue angle of 213.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1978F2 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB25120242-
CMYK0.900.5000.05
HSL213.73º89.3%52.35%-
HSV(B)213.73º89.67%94.9%-
XYZ23.1420.0586.65-
YUV105.5205.0370.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.46%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 242 (94.92% from 255) = 62.53%
R=6.46%
G=31.01%
B=62.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal251202420.900.5000.05213.7389.352.35
Hex1978F25A3205d65934
Octal31170362132620532613164
Binary1100111110001111001010110101100100101110101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1978F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1978F2; }

 p { color: rgb(25,120,242); }

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

<style>
 a { background-color: #1978F2; }

 a { background-color: rgb(25,120,242); }

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

<style>
 span { border-color: #1978F2; }

 span { border-color: rgb(25,120,242); }

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