Shades of Dodger Blue #09A1F1
Tints of Dodger Blue #09A1F1
RGB
CMYK
RGB Variations
Color information
#09A1F1 (or 0x09A1F1) is known color: Dodger Blue. HEX triplet: 09, A1 and F1. RGB value is (9,161,241). Sum of RGB (Red+Green+Blue) = 9+161+241=411 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.19% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #09A1F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A1F1 is #F65E0E. Grayscale: #7C7C7C. Windows color (decimal): -16145935 or 15835401. OLE color: 15835401.
HSL color Cylindrical-coordinate representation of color #09A1F1: hue angle of 200.69º 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 #09A1F1 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 161 | 241 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.05 |
| HSL | 200.69º | 0.93% | 0.49% | - |
| HSV(B) | 200.69º | 0.96% | 0.95% | - |
| XYZ | 28.73 | 31.9 | 87.86 | - |
| YUV | 124.67 | 193.64 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 241 | 0.96 | 0.33 | 0 | 0.05 | 200.69 | 0.93 | 0.49 |
| Hex | 9 | A1 | F1 | 60 | 21 | 0 | 5 | C9 | 5D | 31 |
| Octal | 11 | 241 | 361 | 140 | 41 | 0 | 5 | 311 | 135 | 61 |
| Binary | 1001 | 10100001 | 11110001 | 1100000 | 100001 | 0 | 101 | 11001001 | 1011101 | 110001 |
Color Harmonies of #09A1F1
Complementary color
Monochromatic Colors of #09A1F1
Black with #09A1F1
Text Example
Text Example
White with #09A1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A1F1; }
p { color: rgb(9,161,241); }
H1.HeaderClassName
{
color: #09A1F1;
}
.AnyTagClassName
{
color: #09A1F1;
}
</style>
background-color css
<style>
a { background-color: #09A1F1; }
a { background-color: rgb(9,161,241); }
div.DivClassName
{
background-color: #09A1F1;
}
.BgClassName
{
background-color: #09A1F1;
}
</style>
border-color css
<style>
span { border-color: #09A1F1; }
span { border-color: rgb(9,161,241); }
td.TdClassName
{
border-color: #09A1F1;
}
.TagClassName
{
border-color: #09A1F1;
}
</style>