Shades of Dodger Blue #009BFA
Tints of Dodger Blue #009BFA
RGB
CMYK
RGB Variations
Color information
#009BFA (or 0x009BFA) is known color: Dodger Blue. HEX triplet: 00, 9B and FA. RGB value is (0,155,250). Sum of RGB (Red+Green+Blue) = 0+155+250=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #009BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BFA is #FF6405. Grayscale: #767676. Windows color (decimal): -16737286 or 16423680. OLE color: 16423680.
HSL color Cylindrical-coordinate representation of color #009BFA: hue angle of 202.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BFA is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 155 | 250 | - |
| CMYK | 1 | 0.38 | 0 | 0.02 |
| HSL | 202.8º | 1% | 0.49% | - |
| HSV(B) | 202.8º | 1% | 0.98% | - |
| XYZ | 28.98 | 30.34 | 94.77 | - |
| YUV | 119.49 | 201.65 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 250 | 1 | 0.38 | 0 | 0.02 | 202.8 | 1 | 0.49 |
| Hex | 0 | 9B | FA | 64 | 26 | 0 | 2 | CB | 64 | 31 |
| Octal | 0 | 233 | 372 | 144 | 46 | 0 | 2 | 313 | 144 | 61 |
| Binary | 0 | 10011011 | 11111010 | 1100100 | 100110 | 0 | 10 | 11001011 | 1100100 | 110001 |
Color Harmonies of #009BFA
Complementary color
Monochromatic Colors of #009BFA
Black with #009BFA
Text Example
Text Example
White with #009BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BFA; }
p { color: rgb(0,155,250); }
H1.HeaderClassName
{
color: #009BFA;
}
.AnyTagClassName
{
color: #009BFA;
}
</style>
background-color css
<style>
a { background-color: #009BFA; }
a { background-color: rgb(0,155,250); }
div.DivClassName
{
background-color: #009BFA;
}
.BgClassName
{
background-color: #009BFA;
}
</style>
border-color css
<style>
span { border-color: #009BFA; }
span { border-color: rgb(0,155,250); }
td.TdClassName
{
border-color: #009BFA;
}
.TagClassName
{
border-color: #009BFA;
}
</style>