Shades of Dodger Blue #289BFD
Tints of Dodger Blue #289BFD
RGB
CMYK
RGB Variations
Color information
#289BFD (or 0x289BFD) is known color: Dodger Blue. HEX triplet: 28, 9B and FD. RGB value is (40,155,253). Sum of RGB (Red+Green+Blue) = 40+155+253=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #289BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289BFD is #D76402. Grayscale: #838383. Windows color (decimal): -14115843 or 16620328. OLE color: 16620328.
HSL color Cylindrical-coordinate representation of color #289BFD: hue angle of 207.61º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289BFD is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 155 | 253 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.01 |
| HSL | 207.61º | 0.98% | 0.57% | - |
| HSV(B) | 207.61º | 0.84% | 0.99% | - |
| XYZ | 30.33 | 30.99 | 97.31 | - |
| YUV | 131.79 | 196.4 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 253 | 0.84 | 0.39 | 0 | 0.01 | 207.61 | 0.98 | 0.57 |
| Hex | 28 | 9B | FD | 54 | 27 | 0 | 1 | D0 | 62 | 39 |
| Octal | 50 | 233 | 375 | 124 | 47 | 0 | 1 | 320 | 142 | 71 |
| Binary | 101000 | 10011011 | 11111101 | 1010100 | 100111 | 0 | 1 | 11010000 | 1100010 | 111001 |
Color Harmonies of #289BFD
Complementary color
Monochromatic Colors of #289BFD
Black with #289BFD
Text Example
Text Example
White with #289BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BFD; }
p { color: rgb(40,155,253); }
H1.HeaderClassName
{
color: #289BFD;
}
.AnyTagClassName
{
color: #289BFD;
}
</style>
background-color css
<style>
a { background-color: #289BFD; }
a { background-color: rgb(40,155,253); }
div.DivClassName
{
background-color: #289BFD;
}
.BgClassName
{
background-color: #289BFD;
}
</style>
border-color css
<style>
span { border-color: #289BFD; }
span { border-color: rgb(40,155,253); }
td.TdClassName
{
border-color: #289BFD;
}
.TagClassName
{
border-color: #289BFD;
}
</style>