Shades of Dodger Blue #089CF1
Tints of Dodger Blue #089CF1
RGB
CMYK
RGB Variations
Color information
#089CF1 (or 0x089CF1) is known color: Dodger Blue. HEX triplet: 08, 9C and F1. RGB value is (8,156,241). Sum of RGB (Red+Green+Blue) = 8+156+241=405 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #089CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089CF1 is #F7630E. Grayscale: #787878. Windows color (decimal): -16212751 or 15834120. OLE color: 15834120.
HSL color Cylindrical-coordinate representation of color #089CF1: hue angle of 201.89º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089CF1 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 156 | 241 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.05 |
| HSL | 201.89º | 0.94% | 0.49% | - |
| HSV(B) | 201.89º | 0.97% | 0.95% | - |
| XYZ | 27.87 | 30.18 | 87.58 | - |
| YUV | 121.44 | 195.47 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 241 | 0.97 | 0.35 | 0 | 0.05 | 201.89 | 0.94 | 0.49 |
| Hex | 8 | 9C | F1 | 61 | 23 | 0 | 5 | CA | 5E | 31 |
| Octal | 10 | 234 | 361 | 141 | 43 | 0 | 5 | 312 | 136 | 61 |
| Binary | 1000 | 10011100 | 11110001 | 1100001 | 100011 | 0 | 101 | 11001010 | 1011110 | 110001 |
Color Harmonies of #089CF1
Complementary color
Monochromatic Colors of #089CF1
Black with #089CF1
Text Example
Text Example
White with #089CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CF1; }
p { color: rgb(8,156,241); }
H1.HeaderClassName
{
color: #089CF1;
}
.AnyTagClassName
{
color: #089CF1;
}
</style>
background-color css
<style>
a { background-color: #089CF1; }
a { background-color: rgb(8,156,241); }
div.DivClassName
{
background-color: #089CF1;
}
.BgClassName
{
background-color: #089CF1;
}
</style>
border-color css
<style>
span { border-color: #089CF1; }
span { border-color: rgb(8,156,241); }
td.TdClassName
{
border-color: #089CF1;
}
.TagClassName
{
border-color: #089CF1;
}
</style>