Shades of Dodger Blue #2288FB
Tints of Dodger Blue #2288FB
RGB
CMYK
RGB Variations
Color information
#2288FB (or 0x2288FB) is known color: Dodger Blue. HEX triplet: 22, 88 and FB. RGB value is (34,136,251). Sum of RGB (Red+Green+Blue) = 34+136+251=421 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.08% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #2288FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2288FB is #DD7704. Grayscale: #767676. Windows color (decimal): -14513925 or 16484386. OLE color: 16484386.
HSL color Cylindrical-coordinate representation of color #2288FB: hue angle of 211.8º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2288FB is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 136 | 251 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.02 |
| HSL | 211.8º | 0.96% | 0.56% | - |
| HSV(B) | 211.8º | 0.86% | 0.98% | - |
| XYZ | 26.88 | 24.91 | 94.66 | - |
| YUV | 118.61 | 202.71 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 251 | 0.86 | 0.46 | 0 | 0.02 | 211.8 | 0.96 | 0.56 |
| Hex | 22 | 88 | FB | 56 | 2E | 0 | 2 | D4 | 60 | 38 |
| Octal | 42 | 210 | 373 | 126 | 56 | 0 | 2 | 324 | 140 | 70 |
| Binary | 100010 | 10001000 | 11111011 | 1010110 | 101110 | 0 | 10 | 11010100 | 1100000 | 111000 |
Color Harmonies of #2288FB
Complementary color
Monochromatic Colors of #2288FB
Black with #2288FB
Text Example
Text Example
White with #2288FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2288FB; }
p { color: rgb(34,136,251); }
H1.HeaderClassName
{
color: #2288FB;
}
.AnyTagClassName
{
color: #2288FB;
}
</style>
background-color css
<style>
a { background-color: #2288FB; }
a { background-color: rgb(34,136,251); }
div.DivClassName
{
background-color: #2288FB;
}
.BgClassName
{
background-color: #2288FB;
}
</style>
border-color css
<style>
span { border-color: #2288FB; }
span { border-color: rgb(34,136,251); }
td.TdClassName
{
border-color: #2288FB;
}
.TagClassName
{
border-color: #2288FB;
}
</style>