#0378FD

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

Shades of Dodger Blue #0378FD

Tints of Dodger Blue #0378FD

Color information

#0378FD (or 0x0378FD) is unknown color: approx Dodger Blue. HEX triplet: 03, 78 and FD. RGB value is (3,120,253). Sum of RGB (Red+Green+Blue) = 3+120+253=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #0378FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0378FD is #FC8702. Grayscale: #636363. Windows color (decimal): -16549635 or 16611331. OLE color: 16611331.

HSL color Cylindrical-coordinate representation of color #0378FD: hue angle of 211.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0378FD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3120253-
CMYK0.990.5300.01
HSL211.92º98.43%50.2%-
HSV(B)211.92º98.81%99.22%-
XYZ24.4820.5495.6-
YUV100.18214.2458.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.80%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 253 (99.22% from 255) = 67.29%
R=0.80%
G=31.91%
B=67.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal31202530.990.5300.01211.9298.4350.2
Hex378FD633501d46232
Octal3170375143650132414262
Binary11111100011111101110001111010101110101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0378FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0378FD; }

 p { color: rgb(3,120,253); }

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

<style>
 a { background-color: #0378FD; }

 a { background-color: rgb(3,120,253); }

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

<style>
 span { border-color: #0378FD; }

 span { border-color: rgb(3,120,253); }

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