Shades of Dodger Blue #089AF1
Tints of Dodger Blue #089AF1
RGB
CMYK
RGB Variations
Color information
#089AF1 (or 0x089AF1) is known color: Dodger Blue. HEX triplet: 08, 9A and F1. RGB value is (8,154,241). Sum of RGB (Red+Green+Blue) = 8+154+241=403 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #089AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089AF1 is #F7650E. Grayscale: #777777. Windows color (decimal): -16213263 or 15833608. OLE color: 15833608.
HSL color Cylindrical-coordinate representation of color #089AF1: hue angle of 202.4º 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 #089AF1 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 154 | 241 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.05 |
| HSL | 202.4º | 0.94% | 0.49% | - |
| HSV(B) | 202.4º | 0.97% | 0.95% | - |
| XYZ | 27.53 | 29.51 | 87.46 | - |
| YUV | 120.26 | 196.13 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 241 | 0.97 | 0.36 | 0 | 0.05 | 202.4 | 0.94 | 0.49 |
| Hex | 8 | 9A | F1 | 61 | 24 | 0 | 5 | CA | 5E | 31 |
| Octal | 10 | 232 | 361 | 141 | 44 | 0 | 5 | 312 | 136 | 61 |
| Binary | 1000 | 10011010 | 11110001 | 1100001 | 100100 | 0 | 101 | 11001010 | 1011110 | 110001 |
Color Harmonies of #089AF1
Complementary color
Monochromatic Colors of #089AF1
Black with #089AF1
Text Example
Text Example
White with #089AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089AF1; }
p { color: rgb(8,154,241); }
H1.HeaderClassName
{
color: #089AF1;
}
.AnyTagClassName
{
color: #089AF1;
}
</style>
background-color css
<style>
a { background-color: #089AF1; }
a { background-color: rgb(8,154,241); }
div.DivClassName
{
background-color: #089AF1;
}
.BgClassName
{
background-color: #089AF1;
}
</style>
border-color css
<style>
span { border-color: #089AF1; }
span { border-color: rgb(8,154,241); }
td.TdClassName
{
border-color: #089AF1;
}
.TagClassName
{
border-color: #089AF1;
}
</style>