Shades of Dodger Blue #309BFF
Tints of Dodger Blue #309BFF
RGB
CMYK
RGB Variations
Color information
#309BFF (or 0x309BFF) is known color: Dodger Blue. HEX triplet: 30, 9B and FF. RGB value is (48,155,255). Sum of RGB (Red+Green+Blue) = 48+155+255=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #309BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309BFF is #CF6400. Grayscale: #858585. Windows color (decimal): -13591553 or 16751408. OLE color: 16751408.
HSL color Cylindrical-coordinate representation of color #309BFF: hue angle of 208.99º 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 #309BFF is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 155 | 255 | - |
| CMYK | 0.81 | 0.39 | 0 | 0 |
| HSL | 208.99º | 1% | 0.59% | - |
| HSV(B) | 208.99º | 0.81% | 1% | - |
| XYZ | 30.99 | 31.29 | 99.01 | - |
| YUV | 134.41 | 196.05 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 155 | 255 | 0.81 | 0.39 | 0 | 0 | 208.99 | 1 | 0.59 |
| Hex | 30 | 9B | FF | 51 | 27 | 0 | 0 | D1 | 64 | 3B |
| Octal | 60 | 233 | 377 | 121 | 47 | 0 | 0 | 321 | 144 | 73 |
| Binary | 110000 | 10011011 | 11111111 | 1010001 | 100111 | 0 | 0 | 11010001 | 1100100 | 111011 |
Color Harmonies of #309BFF
Complementary color
Monochromatic Colors of #309BFF
Black with #309BFF
Text Example
Text Example
White with #309BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309BFF; }
p { color: rgb(48,155,255); }
H1.HeaderClassName
{
color: #309BFF;
}
.AnyTagClassName
{
color: #309BFF;
}
</style>
background-color css
<style>
a { background-color: #309BFF; }
a { background-color: rgb(48,155,255); }
div.DivClassName
{
background-color: #309BFF;
}
.BgClassName
{
background-color: #309BFF;
}
</style>
border-color css
<style>
span { border-color: #309BFF; }
span { border-color: rgb(48,155,255); }
td.TdClassName
{
border-color: #309BFF;
}
.TagClassName
{
border-color: #309BFF;
}
</style>