Shades of Dodger Blue #309BFB
Tints of Dodger Blue #309BFB
RGB
CMYK
RGB Variations
Color information
#309BFB (or 0x309BFB) is known color: Dodger Blue. HEX triplet: 30, 9B and FB. RGB value is (48,155,251). Sum of RGB (Red+Green+Blue) = 48+155+251=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #309BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309BFB is #CF6404. Grayscale: #858585. Windows color (decimal): -13591557 or 16489264. OLE color: 16489264.
HSL color Cylindrical-coordinate representation of color #309BFB: hue angle of 208.37º 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 #309BFB is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 155 | 251 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.02 |
| HSL | 208.37º | 0.96% | 0.59% | - |
| HSV(B) | 208.37º | 0.81% | 0.98% | - |
| XYZ | 30.35 | 31.04 | 95.66 | - |
| YUV | 133.95 | 194.05 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 155 | 251 | 0.81 | 0.38 | 0 | 0.02 | 208.37 | 0.96 | 0.59 |
| Hex | 30 | 9B | FB | 51 | 26 | 0 | 2 | D0 | 60 | 3B |
| Octal | 60 | 233 | 373 | 121 | 46 | 0 | 2 | 320 | 140 | 73 |
| Binary | 110000 | 10011011 | 11111011 | 1010001 | 100110 | 0 | 10 | 11010000 | 1100000 | 111011 |
Color Harmonies of #309BFB
Complementary color
Monochromatic Colors of #309BFB
Black with #309BFB
Text Example
Text Example
White with #309BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309BFB; }
p { color: rgb(48,155,251); }
H1.HeaderClassName
{
color: #309BFB;
}
.AnyTagClassName
{
color: #309BFB;
}
</style>
background-color css
<style>
a { background-color: #309BFB; }
a { background-color: rgb(48,155,251); }
div.DivClassName
{
background-color: #309BFB;
}
.BgClassName
{
background-color: #309BFB;
}
</style>
border-color css
<style>
span { border-color: #309BFB; }
span { border-color: rgb(48,155,251); }
td.TdClassName
{
border-color: #309BFB;
}
.TagClassName
{
border-color: #309BFB;
}
</style>