Shades of Dodger Blue #089BFD
Tints of Dodger Blue #089BFD
RGB
CMYK
RGB Variations
Color information
#089BFD (or 0x089BFD) is known color: Dodger Blue. HEX triplet: 08, 9B and FD. RGB value is (8,155,253). Sum of RGB (Red+Green+Blue) = 8+155+253=416 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #089BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089BFD is #F76402. Grayscale: #797979. Windows color (decimal): -16212995 or 16620296. OLE color: 16620296.
HSL color Cylindrical-coordinate representation of color #089BFD: hue angle of 204º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089BFD is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 155 | 253 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.01 |
| HSL | 204º | 0.98% | 0.51% | - |
| HSV(B) | 204º | 0.97% | 0.99% | - |
| XYZ | 29.55 | 30.59 | 97.27 | - |
| YUV | 122.22 | 201.8 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 253 | 0.97 | 0.39 | 0 | 0.01 | 204 | 0.98 | 0.51 |
| Hex | 8 | 9B | FD | 61 | 27 | 0 | 1 | CC | 62 | 33 |
| Octal | 10 | 233 | 375 | 141 | 47 | 0 | 1 | 314 | 142 | 63 |
| Binary | 1000 | 10011011 | 11111101 | 1100001 | 100111 | 0 | 1 | 11001100 | 1100010 | 110011 |
Color Harmonies of #089BFD
Complementary color
Monochromatic Colors of #089BFD
Black with #089BFD
Text Example
Text Example
White with #089BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BFD; }
p { color: rgb(8,155,253); }
H1.HeaderClassName
{
color: #089BFD;
}
.AnyTagClassName
{
color: #089BFD;
}
</style>
background-color css
<style>
a { background-color: #089BFD; }
a { background-color: rgb(8,155,253); }
div.DivClassName
{
background-color: #089BFD;
}
.BgClassName
{
background-color: #089BFD;
}
</style>
border-color css
<style>
span { border-color: #089BFD; }
span { border-color: rgb(8,155,253); }
td.TdClassName
{
border-color: #089BFD;
}
.TagClassName
{
border-color: #089BFD;
}
</style>