Shades of Dodger Blue #2287F2
Tints of Dodger Blue #2287F2
RGB
CMYK
RGB Variations
Color information
#2287F2 (or 0x2287F2) is known color: Dodger Blue. HEX triplet: 22, 87 and F2. RGB value is (34,135,242). Sum of RGB (Red+Green+Blue) = 34+135+242=411 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.27% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 242 (94.92% from 255 or 58.88% from 411); Max value from RGB is 242 - color contains mainly: blue. Hex color #2287F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2287F2 is #DD780D. Grayscale: #747474. Windows color (decimal): -14514190 or 15894306. OLE color: 15894306.
HSL color Cylindrical-coordinate representation of color #2287F2: hue angle of 210.87º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2287F2 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 135 | 242 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.05 |
| HSL | 210.87º | 0.89% | 0.54% | - |
| HSV(B) | 210.87º | 0.86% | 0.95% | - |
| XYZ | 25.35 | 24.08 | 87.32 | - |
| YUV | 117 | 198.54 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 135 | 242 | 0.86 | 0.44 | 0 | 0.05 | 210.87 | 0.89 | 0.54 |
| Hex | 22 | 87 | F2 | 56 | 2C | 0 | 5 | D3 | 59 | 36 |
| Octal | 42 | 207 | 362 | 126 | 54 | 0 | 5 | 323 | 131 | 66 |
| Binary | 100010 | 10000111 | 11110010 | 1010110 | 101100 | 0 | 101 | 11010011 | 1011001 | 110110 |
Color Harmonies of #2287F2
Complementary color
Monochromatic Colors of #2287F2
Black with #2287F2
Text Example
Text Example
White with #2287F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2287F2; }
p { color: rgb(34,135,242); }
H1.HeaderClassName
{
color: #2287F2;
}
.AnyTagClassName
{
color: #2287F2;
}
</style>
background-color css
<style>
a { background-color: #2287F2; }
a { background-color: rgb(34,135,242); }
div.DivClassName
{
background-color: #2287F2;
}
.BgClassName
{
background-color: #2287F2;
}
</style>
border-color css
<style>
span { border-color: #2287F2; }
span { border-color: rgb(34,135,242); }
td.TdClassName
{
border-color: #2287F2;
}
.TagClassName
{
border-color: #2287F2;
}
</style>