#008AF0

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

Shades of Dodger Blue #008AF0

Tints of Dodger Blue #008AF0

Color information

#008AF0 (or 0x008AF0) is unknown color: approx Dodger Blue. HEX triplet: 00, 8A and F0. RGB value is (0,138,240). Sum of RGB (Red+Green+Blue) = 0+138+240=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #008AF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008AF0 is #FF750F. Grayscale: #6B6B6B. Windows color (decimal): -16741648 or 15763968. OLE color: 15763968.

HSL color Cylindrical-coordinate representation of color #008AF0: hue angle of 205.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AF0 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB0138240-
CMYK10.4200.06
HSL205.5º100%47.06%-
HSV(B)205.5º100%94.12%-
XYZ24.8224.4785.85-
YUV108.37202.2850.71-

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) = 36.51%
BLUE value IS 240 (94.14% from 255) = 63.49%
R=0%
G=36.51%
B=63.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal013824010.4200.06205.510047.06
Hex08AF0642A06ce642f
Octal0212360144520631614457
Binary0100010101111000011001001010100110110011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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