Shades of Dodger Blue #309FFB
Tints of Dodger Blue #309FFB
RGB
CMYK
RGB Variations
Color information
#309FFB (or 0x309FFB) is known color: Dodger Blue. HEX triplet: 30, 9F and FB. RGB value is (48,159,251). Sum of RGB (Red+Green+Blue) = 48+159+251=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #309FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309FFB is #CF6004. Grayscale: #878787. Windows color (decimal): -13590533 or 16490288. OLE color: 16490288.
HSL color Cylindrical-coordinate representation of color #309FFB: hue angle of 207.19º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #309FFB is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 159 | 251 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.02 |
| HSL | 207.19º | 0.96% | 0.59% | - |
| HSV(B) | 207.19º | 0.81% | 0.98% | - |
| XYZ | 31.03 | 32.39 | 95.88 | - |
| YUV | 136.3 | 192.73 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 251 | 0.81 | 0.37 | 0 | 0.02 | 207.19 | 0.96 | 0.59 |
| Hex | 30 | 9F | FB | 51 | 25 | 0 | 2 | CF | 60 | 3B |
| Octal | 60 | 237 | 373 | 121 | 45 | 0 | 2 | 317 | 140 | 73 |
| Binary | 110000 | 10011111 | 11111011 | 1010001 | 100101 | 0 | 10 | 11001111 | 1100000 | 111011 |
Color Harmonies of #309FFB
Complementary color
Monochromatic Colors of #309FFB
Black with #309FFB
Text Example
Text Example
White with #309FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309FFB; }
p { color: rgb(48,159,251); }
H1.HeaderClassName
{
color: #309FFB;
}
.AnyTagClassName
{
color: #309FFB;
}
</style>
background-color css
<style>
a { background-color: #309FFB; }
a { background-color: rgb(48,159,251); }
div.DivClassName
{
background-color: #309FFB;
}
.BgClassName
{
background-color: #309FFB;
}
</style>
border-color css
<style>
span { border-color: #309FFB; }
span { border-color: rgb(48,159,251); }
td.TdClassName
{
border-color: #309FFB;
}
.TagClassName
{
border-color: #309FFB;
}
</style>