Shades of Dodger Blue #309DFE
Tints of Dodger Blue #309DFE
RGB
CMYK
RGB Variations
Color information
#309DFE (or 0x309DFE) is known color: Dodger Blue. HEX triplet: 30, 9D and FE. RGB value is (48,157,254). Sum of RGB (Red+Green+Blue) = 48+157+254=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #309DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309DFE is #CF6201. Grayscale: #868686. Windows color (decimal): -13591042 or 16686384. OLE color: 16686384.
HSL color Cylindrical-coordinate representation of color #309DFE: hue angle of 208.25º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #309DFE is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 157 | 254 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.00 |
| HSL | 208.25º | 0.99% | 0.59% | - |
| HSV(B) | 208.25º | 0.81% | 1% | - |
| XYZ | 31.17 | 31.9 | 98.28 | - |
| YUV | 135.47 | 194.89 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 157 | 254 | 0.81 | 0.38 | 0 | 0.00 | 208.25 | 0.99 | 0.59 |
| Hex | 30 | 9D | FE | 51 | 26 | 0 | 0 | D0 | 63 | 3B |
| Octal | 60 | 235 | 376 | 121 | 46 | 0 | 0 | 320 | 143 | 73 |
| Binary | 110000 | 10011101 | 11111110 | 1010001 | 100110 | 0 | 0 | 11010000 | 1100011 | 111011 |
Color Harmonies of #309DFE
Complementary color
Monochromatic Colors of #309DFE
Black with #309DFE
Text Example
Text Example
White with #309DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309DFE; }
p { color: rgb(48,157,254); }
H1.HeaderClassName
{
color: #309DFE;
}
.AnyTagClassName
{
color: #309DFE;
}
</style>
background-color css
<style>
a { background-color: #309DFE; }
a { background-color: rgb(48,157,254); }
div.DivClassName
{
background-color: #309DFE;
}
.BgClassName
{
background-color: #309DFE;
}
</style>
border-color css
<style>
span { border-color: #309DFE; }
span { border-color: rgb(48,157,254); }
td.TdClassName
{
border-color: #309DFE;
}
.TagClassName
{
border-color: #309DFE;
}
</style>