#008AEB

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

Shades of Dodger Blue #008AEB

Tints of Dodger Blue #008AEB

Color information

#008AEB (or 0x008AEB) is unknown color: approx Dodger Blue. HEX triplet: 00, 8A and EB. RGB value is (0,138,235). Sum of RGB (Red+Green+Blue) = 0+138+235=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #008AEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008AEB is #FF7514. Grayscale: #6B6B6B. Windows color (decimal): -16741653 or 15436288. OLE color: 15436288.

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

Color convert

RGB0138235-
CMYK10.4100.08
HSL204.77º100%46.08%-
HSV(B)204.77º100%92.16%-
XYZ24.0824.1881.99-
YUV107.8199.7851.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 235 (92.19% from 255) = 63.00%
R=0%
G=37.00%
B=63.00%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal013823510.4100.08204.7710046.08
Hex08AEB642908cd642e
Octal02123531445101031514456
Binary01000101011101011110010010100101000110011011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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