Shades of Dodger Blue #309CFE
Tints of Dodger Blue #309CFE
RGB
CMYK
RGB Variations
Color information
#309CFE (or 0x309CFE) is known color: Dodger Blue. HEX triplet: 30, 9C and FE. RGB value is (48,156,254). Sum of RGB (Red+Green+Blue) = 48+156+254=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #309CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309CFE is #CF6301. Grayscale: #868686. Windows color (decimal): -13591298 or 16686128. OLE color: 16686128.
HSL color Cylindrical-coordinate representation of color #309CFE: hue angle of 208.54º 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 #309CFE is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 156 | 254 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.00 |
| HSL | 208.54º | 0.99% | 0.59% | - |
| HSV(B) | 208.54º | 0.81% | 1% | - |
| XYZ | 31 | 31.56 | 98.22 | - |
| YUV | 134.88 | 195.22 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 254 | 0.81 | 0.39 | 0 | 0.00 | 208.54 | 0.99 | 0.59 |
| Hex | 30 | 9C | FE | 51 | 27 | 0 | 0 | D1 | 63 | 3B |
| Octal | 60 | 234 | 376 | 121 | 47 | 0 | 0 | 321 | 143 | 73 |
| Binary | 110000 | 10011100 | 11111110 | 1010001 | 100111 | 0 | 0 | 11010001 | 1100011 | 111011 |
Color Harmonies of #309CFE
Complementary color
Monochromatic Colors of #309CFE
Black with #309CFE
Text Example
Text Example
White with #309CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309CFE; }
p { color: rgb(48,156,254); }
H1.HeaderClassName
{
color: #309CFE;
}
.AnyTagClassName
{
color: #309CFE;
}
</style>
background-color css
<style>
a { background-color: #309CFE; }
a { background-color: rgb(48,156,254); }
div.DivClassName
{
background-color: #309CFE;
}
.BgClassName
{
background-color: #309CFE;
}
</style>
border-color css
<style>
span { border-color: #309CFE; }
span { border-color: rgb(48,156,254); }
td.TdClassName
{
border-color: #309CFE;
}
.TagClassName
{
border-color: #309CFE;
}
</style>