Shades of Dodger Blue #099AF1
Tints of Dodger Blue #099AF1
RGB
CMYK
RGB Variations
Color information
#099AF1 (or 0x099AF1) is known color: Dodger Blue. HEX triplet: 09, 9A and F1. RGB value is (9,154,241). Sum of RGB (Red+Green+Blue) = 9+154+241=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #099AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099AF1 is #F6650E. Grayscale: #787878. Windows color (decimal): -16147727 or 15833609. OLE color: 15833609.
HSL color Cylindrical-coordinate representation of color #099AF1: hue angle of 202.5º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099AF1 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 154 | 241 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.05 |
| HSL | 202.5º | 0.93% | 0.49% | - |
| HSV(B) | 202.5º | 0.96% | 0.95% | - |
| XYZ | 27.55 | 29.52 | 87.47 | - |
| YUV | 120.56 | 195.96 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 241 | 0.96 | 0.36 | 0 | 0.05 | 202.5 | 0.93 | 0.49 |
| Hex | 9 | 9A | F1 | 60 | 24 | 0 | 5 | CA | 5D | 31 |
| Octal | 11 | 232 | 361 | 140 | 44 | 0 | 5 | 312 | 135 | 61 |
| Binary | 1001 | 10011010 | 11110001 | 1100000 | 100100 | 0 | 101 | 11001010 | 1011101 | 110001 |
Color Harmonies of #099AF1
Complementary color
Monochromatic Colors of #099AF1
Black with #099AF1
Text Example
Text Example
White with #099AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099AF1; }
p { color: rgb(9,154,241); }
H1.HeaderClassName
{
color: #099AF1;
}
.AnyTagClassName
{
color: #099AF1;
}
</style>
background-color css
<style>
a { background-color: #099AF1; }
a { background-color: rgb(9,154,241); }
div.DivClassName
{
background-color: #099AF1;
}
.BgClassName
{
background-color: #099AF1;
}
</style>
border-color css
<style>
span { border-color: #099AF1; }
span { border-color: rgb(9,154,241); }
td.TdClassName
{
border-color: #099AF1;
}
.TagClassName
{
border-color: #099AF1;
}
</style>