Shades of Dodger Blue #008AF1
Tints of Dodger Blue #008AF1
RGB
CMYK
RGB Variations
Color information
#008AF1 (or 0x008AF1) is known color: Dodger Blue. HEX triplet: 00, 8A and F1. RGB value is (0,138,241). Sum of RGB (Red+Green+Blue) = 0+138+241=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 241 (94.53% from 255 or 63.59% from 379); Max value from RGB is 241 - color contains mainly: blue. Hex color #008AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008AF1 is #FF750E. Grayscale: #6B6B6B. Windows color (decimal): -16741647 or 15829504. OLE color: 15829504.
HSL color Cylindrical-coordinate representation of color #008AF1: hue angle of 205.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AF1 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 138 | 241 | - |
| CMYK | 1 | 0.43 | 0 | 0.05 |
| HSL | 205.64º | 1% | 0.47% | - |
| HSV(B) | 205.64º | 1% | 0.95% | - |
| XYZ | 24.97 | 24.53 | 86.64 | - |
| YUV | 108.48 | 202.78 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 241 | 1 | 0.43 | 0 | 0.05 | 205.64 | 1 | 0.47 |
| Hex | 0 | 8A | F1 | 64 | 2B | 0 | 5 | CE | 64 | 2F |
| Octal | 0 | 212 | 361 | 144 | 53 | 0 | 5 | 316 | 144 | 57 |
| Binary | 0 | 10001010 | 11110001 | 1100100 | 101011 | 0 | 101 | 11001110 | 1100100 | 101111 |
Color Harmonies of #008AF1
Complementary color
Monochromatic Colors of #008AF1
Black with #008AF1
Text Example
Text Example
White with #008AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AF1; }
p { color: rgb(0,138,241); }
H1.HeaderClassName
{
color: #008AF1;
}
.AnyTagClassName
{
color: #008AF1;
}
</style>
background-color css
<style>
a { background-color: #008AF1; }
a { background-color: rgb(0,138,241); }
div.DivClassName
{
background-color: #008AF1;
}
.BgClassName
{
background-color: #008AF1;
}
</style>
border-color css
<style>
span { border-color: #008AF1; }
span { border-color: rgb(0,138,241); }
td.TdClassName
{
border-color: #008AF1;
}
.TagClassName
{
border-color: #008AF1;
}
</style>