#098EEB

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

Shades of Dodger Blue #098EEB

Tints of Dodger Blue #098EEB

Color information

#098EEB (or 0x098EEB) is unknown color: approx Dodger Blue. HEX triplet: 09, 8E and EB. RGB value is (9,142,235). Sum of RGB (Red+Green+Blue) = 9+142+235=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #098EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098EEB is #F67114. Grayscale: #707070. Windows color (decimal): -16150805 or 15437321. OLE color: 15437321.

HSL color Cylindrical-coordinate representation of color #098EEB: hue angle of 204.69º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098EEB is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9142235-
CMYK0.960.4000.08
HSL204.69º92.62%47.84%-
HSV(B)204.69º96.17%92.16%-
XYZ24.7825.482.19-
YUV112.84196.9453.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.33%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=2.33%
G=36.79%
B=60.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal91422350.960.4000.08204.6992.6247.84
Hex98EEB602808cd5d30
Octal112163531405001031513560
Binary10011000111011101011110000010100001000110011011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098EEB; }

 p { color: rgb(9,142,235); }

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

<style>
 a { background-color: #098EEB; }

 a { background-color: rgb(9,142,235); }

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

<style>
 span { border-color: #098EEB; }

 span { border-color: rgb(9,142,235); }

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