#0798EB

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

Shades of Dodger Blue #0798EB

Tints of Dodger Blue #0798EB

Color information

#0798EB (or 0x0798EB) is unknown color: approx Dodger Blue. HEX triplet: 07, 98 and EB. RGB value is (7,152,235). Sum of RGB (Red+Green+Blue) = 7+152+235=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #0798EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0798EB is #F86714. Grayscale: #757575. Windows color (decimal): -16279317 or 15439879. OLE color: 15439879.

HSL color Cylindrical-coordinate representation of color #0798EB: hue angle of 201.84º 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 #0798EB is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7152235-
CMYK0.970.3500.08
HSL201.84º94.21%47.45%-
HSV(B)201.84º97.02%92.16%-
XYZ26.3128.582.71-
YUV118.11193.9648.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.78%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 235 (92.19% from 255) = 59.64%
R=1.78%
G=38.58%
B=59.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71522350.970.3500.08201.8494.2147.45
Hex798EB612308ca5e2f
Octal72303531414301031213657
Binary1111001100011101011110000110001101000110010101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0798EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0798EB; }

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

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

<style>
 a { background-color: #0798EB; }

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

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

<style>
 span { border-color: #0798EB; }

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

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