Shades of Dodger Blue #309FFE
Tints of Dodger Blue #309FFE
RGB
CMYK
RGB Variations
Color information
#309FFE (or 0x309FFE) is known color: Dodger Blue. HEX triplet: 30, 9F and FE. RGB value is (48,159,254). Sum of RGB (Red+Green+Blue) = 48+159+254=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #309FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309FFE is #CF6001. Grayscale: #888888. Windows color (decimal): -13590530 or 16686896. OLE color: 16686896.
HSL color Cylindrical-coordinate representation of color #309FFE: hue angle of 207.67º 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 #309FFE is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 159 | 254 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.00 |
| HSL | 207.67º | 0.99% | 0.59% | - |
| HSV(B) | 207.67º | 0.81% | 1% | - |
| XYZ | 31.51 | 32.58 | 98.39 | - |
| YUV | 136.64 | 194.23 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 254 | 0.81 | 0.37 | 0 | 0.00 | 207.67 | 0.99 | 0.59 |
| Hex | 30 | 9F | FE | 51 | 25 | 0 | 0 | D0 | 63 | 3B |
| Octal | 60 | 237 | 376 | 121 | 45 | 0 | 0 | 320 | 143 | 73 |
| Binary | 110000 | 10011111 | 11111110 | 1010001 | 100101 | 0 | 0 | 11010000 | 1100011 | 111011 |
Color Harmonies of #309FFE
Complementary color
Monochromatic Colors of #309FFE
Black with #309FFE
Text Example
Text Example
White with #309FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309FFE; }
p { color: rgb(48,159,254); }
H1.HeaderClassName
{
color: #309FFE;
}
.AnyTagClassName
{
color: #309FFE;
}
</style>
background-color css
<style>
a { background-color: #309FFE; }
a { background-color: rgb(48,159,254); }
div.DivClassName
{
background-color: #309FFE;
}
.BgClassName
{
background-color: #309FFE;
}
</style>
border-color css
<style>
span { border-color: #309FFE; }
span { border-color: rgb(48,159,254); }
td.TdClassName
{
border-color: #309FFE;
}
.TagClassName
{
border-color: #309FFE;
}
</style>