Shades of Dodger Blue #2289FD
Tints of Dodger Blue #2289FD
RGB
CMYK
RGB Variations
Color information
#2289FD (or 0x2289FD) is known color: Dodger Blue. HEX triplet: 22, 89 and FD. RGB value is (34,137,253). Sum of RGB (Red+Green+Blue) = 34+137+253=424 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.02% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #2289FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2289FD is #DD7602. Grayscale: #767676. Windows color (decimal): -14513667 or 16615714. OLE color: 16615714.
HSL color Cylindrical-coordinate representation of color #2289FD: hue angle of 211.78º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2289FD is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 137 | 253 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.01 |
| HSL | 211.78º | 0.98% | 0.56% | - |
| HSV(B) | 211.78º | 0.87% | 0.99% | - |
| XYZ | 27.33 | 25.32 | 96.38 | - |
| YUV | 119.43 | 203.38 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 137 | 253 | 0.87 | 0.46 | 0 | 0.01 | 211.78 | 0.98 | 0.56 |
| Hex | 22 | 89 | FD | 57 | 2E | 0 | 1 | D4 | 62 | 38 |
| Octal | 42 | 211 | 375 | 127 | 56 | 0 | 1 | 324 | 142 | 70 |
| Binary | 100010 | 10001001 | 11111101 | 1010111 | 101110 | 0 | 1 | 11010100 | 1100010 | 111000 |
Color Harmonies of #2289FD
Complementary color
Monochromatic Colors of #2289FD
Black with #2289FD
Text Example
Text Example
White with #2289FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2289FD; }
p { color: rgb(34,137,253); }
H1.HeaderClassName
{
color: #2289FD;
}
.AnyTagClassName
{
color: #2289FD;
}
</style>
background-color css
<style>
a { background-color: #2289FD; }
a { background-color: rgb(34,137,253); }
div.DivClassName
{
background-color: #2289FD;
}
.BgClassName
{
background-color: #2289FD;
}
</style>
border-color css
<style>
span { border-color: #2289FD; }
span { border-color: rgb(34,137,253); }
td.TdClassName
{
border-color: #2289FD;
}
.TagClassName
{
border-color: #2289FD;
}
</style>