#0078FF

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

Shades of Dodger Blue #0078FF

Tints of Dodger Blue #0078FF

Color information

#0078FF (or 0x0078FF) is unknown color: approx Dodger Blue. HEX triplet: 00, 78 and FF. RGB value is (0,120,255). Sum of RGB (Red+Green+Blue) = 0+120+255=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #0078FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0078FF is #FF8700. Grayscale: #626262. Windows color (decimal): -16746241 or 16742400. OLE color: 16742400.

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

Color convert

RGB0120255-
CMYK10.5300
HSL211.76º100%50%-
HSV(B)211.76º100%100%-
XYZ24.7720.6597.29-
YUV99.51215.7457.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 255 (100% from 255) = 68%
R=0%
G=32%
B=68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal012025510.5300211.7610050
Hex078FF643500d46432
Octal0170377144650032414462
Binary0111100011111111110010011010100110101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0078FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0078FF; }

 p { color: rgb(0,120,255); }

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

<style>
 a { background-color: #0078FF; }

 a { background-color: rgb(0,120,255); }

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

<style>
 span { border-color: #0078FF; }

 span { border-color: rgb(0,120,255); }

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