Shades of Dodger Blue #09A1FB
Tints of Dodger Blue #09A1FB
RGB
CMYK
RGB Variations
Color information
#09A1FB (or 0x09A1FB) is known color: Dodger Blue. HEX triplet: 09, A1 and FB. RGB value is (9,161,251). Sum of RGB (Red+Green+Blue) = 9+161+251=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #09A1FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A1FB is #F65E04. Grayscale: #7D7D7D. Windows color (decimal): -16145925 or 16490761. OLE color: 16490761.
HSL color Cylindrical-coordinate representation of color #09A1FB: hue angle of 202.31º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A1FB is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 161 | 251 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.02 |
| HSL | 202.31º | 0.97% | 0.51% | - |
| HSV(B) | 202.31º | 0.96% | 0.98% | - |
| XYZ | 30.27 | 32.51 | 95.95 | - |
| YUV | 125.81 | 198.64 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 251 | 0.96 | 0.36 | 0 | 0.02 | 202.31 | 0.97 | 0.51 |
| Hex | 9 | A1 | FB | 60 | 24 | 0 | 2 | CA | 61 | 33 |
| Octal | 11 | 241 | 373 | 140 | 44 | 0 | 2 | 312 | 141 | 63 |
| Binary | 1001 | 10100001 | 11111011 | 1100000 | 100100 | 0 | 10 | 11001010 | 1100001 | 110011 |
Color Harmonies of #09A1FB
Complementary color
Monochromatic Colors of #09A1FB
Black with #09A1FB
Text Example
Text Example
White with #09A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A1FB; }
p { color: rgb(9,161,251); }
H1.HeaderClassName
{
color: #09A1FB;
}
.AnyTagClassName
{
color: #09A1FB;
}
</style>
background-color css
<style>
a { background-color: #09A1FB; }
a { background-color: rgb(9,161,251); }
div.DivClassName
{
background-color: #09A1FB;
}
.BgClassName
{
background-color: #09A1FB;
}
</style>
border-color css
<style>
span { border-color: #09A1FB; }
span { border-color: rgb(9,161,251); }
td.TdClassName
{
border-color: #09A1FB;
}
.TagClassName
{
border-color: #09A1FB;
}
</style>