Shades of Dodger Blue #0088F3
Tints of Dodger Blue #0088F3
RGB
CMYK
RGB Variations
Color information
#0088F3 (or 0x0088F3) is known color: Dodger Blue. HEX triplet: 00, 88 and F3. RGB value is (0,136,243). Sum of RGB (Red+Green+Blue) = 0+136+243=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 243 (95.31% from 255 or 64.12% from 379); Max value from RGB is 243 - color contains mainly: blue. Hex color #0088F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0088F3 is #FF770C. Grayscale: #6A6A6A. Windows color (decimal): -16742157 or 15960064. OLE color: 15960064.
HSL color Cylindrical-coordinate representation of color #0088F3: hue angle of 206.42º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088F3 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 136 | 243 | - |
| CMYK | 1 | 0.44 | 0 | 0.05 |
| HSL | 206.42º | 1% | 0.48% | - |
| HSV(B) | 206.42º | 1% | 0.95% | - |
| XYZ | 24.98 | 24.08 | 88.13 | - |
| YUV | 107.53 | 204.44 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 243 | 1 | 0.44 | 0 | 0.05 | 206.42 | 1 | 0.48 |
| Hex | 0 | 88 | F3 | 64 | 2C | 0 | 5 | CE | 64 | 30 |
| Octal | 0 | 210 | 363 | 144 | 54 | 0 | 5 | 316 | 144 | 60 |
| Binary | 0 | 10001000 | 11110011 | 1100100 | 101100 | 0 | 101 | 11001110 | 1100100 | 110000 |
Color Harmonies of #0088F3
Complementary color
Monochromatic Colors of #0088F3
Black with #0088F3
Text Example
Text Example
White with #0088F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088F3; }
p { color: rgb(0,136,243); }
H1.HeaderClassName
{
color: #0088F3;
}
.AnyTagClassName
{
color: #0088F3;
}
</style>
background-color css
<style>
a { background-color: #0088F3; }
a { background-color: rgb(0,136,243); }
div.DivClassName
{
background-color: #0088F3;
}
.BgClassName
{
background-color: #0088F3;
}
</style>
border-color css
<style>
span { border-color: #0088F3; }
span { border-color: rgb(0,136,243); }
td.TdClassName
{
border-color: #0088F3;
}
.TagClassName
{
border-color: #0088F3;
}
</style>