Shades of Dodger Blue #089CFF
Tints of Dodger Blue #089CFF
RGB
CMYK
RGB Variations
Color information
#089CFF (or 0x089CFF) is known color: Dodger Blue. HEX triplet: 08, 9C and FF. RGB value is (8,156,255). Sum of RGB (Red+Green+Blue) = 8+156+255=419 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.91% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #089CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089CFF is #F76300. Grayscale: #7A7A7A. Windows color (decimal): -16212737 or 16751624. OLE color: 16751624.
HSL color Cylindrical-coordinate representation of color #089CFF: hue angle of 204.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089CFF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 156 | 255 | - |
| CMYK | 0.97 | 0.39 | 0 | 0 |
| HSL | 204.05º | 1% | 0.52% | - |
| HSV(B) | 204.05º | 0.97% | 1% | - |
| XYZ | 30.04 | 31.05 | 99.02 | - |
| YUV | 123.03 | 202.47 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 255 | 0.97 | 0.39 | 0 | 0 | 204.05 | 1 | 0.52 |
| Hex | 8 | 9C | FF | 61 | 27 | 0 | 0 | CC | 64 | 34 |
| Octal | 10 | 234 | 377 | 141 | 47 | 0 | 0 | 314 | 144 | 64 |
| Binary | 1000 | 10011100 | 11111111 | 1100001 | 100111 | 0 | 0 | 11001100 | 1100100 | 110100 |
Color Harmonies of #089CFF
Complementary color
Monochromatic Colors of #089CFF
Black with #089CFF
Text Example
Text Example
White with #089CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CFF; }
p { color: rgb(8,156,255); }
H1.HeaderClassName
{
color: #089CFF;
}
.AnyTagClassName
{
color: #089CFF;
}
</style>
background-color css
<style>
a { background-color: #089CFF; }
a { background-color: rgb(8,156,255); }
div.DivClassName
{
background-color: #089CFF;
}
.BgClassName
{
background-color: #089CFF;
}
</style>
border-color css
<style>
span { border-color: #089CFF; }
span { border-color: rgb(8,156,255); }
td.TdClassName
{
border-color: #089CFF;
}
.TagClassName
{
border-color: #089CFF;
}
</style>