Shades of Dodger Blue #309CFF
Tints of Dodger Blue #309CFF
RGB
CMYK
RGB Variations
Color information
#309CFF (or 0x309CFF) is known color: Dodger Blue. HEX triplet: 30, 9C and FF. RGB value is (48,156,255). Sum of RGB (Red+Green+Blue) = 48+156+255=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #309CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309CFF is #CF6300. Grayscale: #868686. Windows color (decimal): -13591297 or 16751664. OLE color: 16751664.
HSL color Cylindrical-coordinate representation of color #309CFF: hue angle of 208.7º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #309CFF is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 156 | 255 | - |
| CMYK | 0.81 | 0.39 | 0 | 0 |
| HSL | 208.7º | 1% | 0.59% | - |
| HSV(B) | 208.7º | 0.81% | 1% | - |
| XYZ | 31.16 | 31.63 | 99.07 | - |
| YUV | 134.99 | 195.72 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 255 | 0.81 | 0.39 | 0 | 0 | 208.7 | 1 | 0.59 |
| Hex | 30 | 9C | FF | 51 | 27 | 0 | 0 | D1 | 64 | 3B |
| Octal | 60 | 234 | 377 | 121 | 47 | 0 | 0 | 321 | 144 | 73 |
| Binary | 110000 | 10011100 | 11111111 | 1010001 | 100111 | 0 | 0 | 11010001 | 1100100 | 111011 |
Color Harmonies of #309CFF
Complementary color
Monochromatic Colors of #309CFF
Black with #309CFF
Text Example
Text Example
White with #309CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309CFF; }
p { color: rgb(48,156,255); }
H1.HeaderClassName
{
color: #309CFF;
}
.AnyTagClassName
{
color: #309CFF;
}
</style>
background-color css
<style>
a { background-color: #309CFF; }
a { background-color: rgb(48,156,255); }
div.DivClassName
{
background-color: #309CFF;
}
.BgClassName
{
background-color: #309CFF;
}
</style>
border-color css
<style>
span { border-color: #309CFF; }
span { border-color: rgb(48,156,255); }
td.TdClassName
{
border-color: #309CFF;
}
.TagClassName
{
border-color: #309CFF;
}
</style>