#078BE7

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

Shades of Dodger Blue #078BE7

Tints of Dodger Blue #078BE7

Color information

#078BE7 (or 0x078BE7) is unknown color: approx Dodger Blue. HEX triplet: 07, 8B and E7. RGB value is (7,139,231). Sum of RGB (Red+Green+Blue) = 7+139+231=377 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #078BE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078BE7 is #F87418. Grayscale: #6D6D6D. Windows color (decimal): -16282649 or 15174407. OLE color: 15174407.

HSL color Cylindrical-coordinate representation of color #078BE7: hue angle of 204.64º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078BE7 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7139231-
CMYK0.970.4000.09
HSL204.64º94.12%46.67%-
HSV(B)204.64º96.97%90.59%-
XYZ23.7424.2879.04-
YUV110.02196.2754.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.86%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 231 (90.62% from 255) = 61.27%
R=1.86%
G=36.87%
B=61.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal71392310.970.4000.09204.6494.1246.67
Hex78BE7612809cd5e2f
Octal72133471415001131513657
Binary1111000101111100111110000110100001001110011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078BE7; }

 p { color: rgb(7,139,231); }

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

<style>
 a { background-color: #078BE7; }

 a { background-color: rgb(7,139,231); }

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

<style>
 span { border-color: #078BE7; }

 span { border-color: rgb(7,139,231); }

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