#078AEB

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

Shades of Dodger Blue #078AEB

Tints of Dodger Blue #078AEB

Color information

#078AEB (or 0x078AEB) is unknown color: approx Dodger Blue. HEX triplet: 07, 8A and EB. RGB value is (7,138,235). Sum of RGB (Red+Green+Blue) = 7+138+235=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #078AEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078AEB is #F87514. Grayscale: #6D6D6D. Windows color (decimal): -16282901 or 15436295. OLE color: 15436295.

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

Color convert

RGB7138235-
CMYK0.970.4100.08
HSL205.53º94.21%47.45%-
HSV(B)205.53º97.02%92.16%-
XYZ24.1724.2282-
YUV109.89198.654.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.84%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 235 (92.19% from 255) = 61.84%
R=1.84%
G=36.32%
B=61.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71382350.970.4100.08205.5394.2147.45
Hex78AEB612908ce5e2f
Octal72123531415101031613657
Binary1111000101011101011110000110100101000110011101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,138,235); }

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

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

 a { background-color: rgb(7,138,235); }

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

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

 span { border-color: rgb(7,138,235); }

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