Shades of Dodger Blue #088BF1
Tints of Dodger Blue #088BF1
RGB
CMYK
RGB Variations
Color information
#088BF1 (or 0x088BF1) is known color: Dodger Blue. HEX triplet: 08, 8B and F1. RGB value is (8,139,241). Sum of RGB (Red+Green+Blue) = 8+139+241=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #088BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088BF1 is #F7740E. Grayscale: #6E6E6E. Windows color (decimal): -16217103 or 15829768. OLE color: 15829768.
HSL color Cylindrical-coordinate representation of color #088BF1: hue angle of 206.27º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088BF1 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 139 | 241 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.05 |
| HSL | 206.27º | 0.94% | 0.49% | - |
| HSV(B) | 206.27º | 0.97% | 0.95% | - |
| XYZ | 25.21 | 24.87 | 86.69 | - |
| YUV | 111.46 | 201.1 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 241 | 0.97 | 0.42 | 0 | 0.05 | 206.27 | 0.94 | 0.49 |
| Hex | 8 | 8B | F1 | 61 | 2A | 0 | 5 | CE | 5E | 31 |
| Octal | 10 | 213 | 361 | 141 | 52 | 0 | 5 | 316 | 136 | 61 |
| Binary | 1000 | 10001011 | 11110001 | 1100001 | 101010 | 0 | 101 | 11001110 | 1011110 | 110001 |
Color Harmonies of #088BF1
Complementary color
Monochromatic Colors of #088BF1
Black with #088BF1
Text Example
Text Example
White with #088BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088BF1; }
p { color: rgb(8,139,241); }
H1.HeaderClassName
{
color: #088BF1;
}
.AnyTagClassName
{
color: #088BF1;
}
</style>
background-color css
<style>
a { background-color: #088BF1; }
a { background-color: rgb(8,139,241); }
div.DivClassName
{
background-color: #088BF1;
}
.BgClassName
{
background-color: #088BF1;
}
</style>
border-color css
<style>
span { border-color: #088BF1; }
span { border-color: rgb(8,139,241); }
td.TdClassName
{
border-color: #088BF1;
}
.TagClassName
{
border-color: #088BF1;
}
</style>