Shades of Dodger Blue #309EFC
Tints of Dodger Blue #309EFC
RGB
CMYK
RGB Variations
Color information
#309EFC (or 0x309EFC) is known color: Dodger Blue. HEX triplet: 30, 9E and FC. RGB value is (48,158,252). Sum of RGB (Red+Green+Blue) = 48+158+252=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #309EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309EFC is #CF6103. Grayscale: #878787. Windows color (decimal): -13590788 or 16555568. OLE color: 16555568.
HSL color Cylindrical-coordinate representation of color #309EFC: hue angle of 207.65º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #309EFC is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 158 | 252 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.01 |
| HSL | 207.65º | 0.97% | 0.59% | - |
| HSV(B) | 207.65º | 0.81% | 0.99% | - |
| XYZ | 31.02 | 32.11 | 96.66 | - |
| YUV | 135.83 | 193.56 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 252 | 0.81 | 0.37 | 0 | 0.01 | 207.65 | 0.97 | 0.59 |
| Hex | 30 | 9E | FC | 51 | 25 | 0 | 1 | D0 | 61 | 3B |
| Octal | 60 | 236 | 374 | 121 | 45 | 0 | 1 | 320 | 141 | 73 |
| Binary | 110000 | 10011110 | 11111100 | 1010001 | 100101 | 0 | 1 | 11010000 | 1100001 | 111011 |
Color Harmonies of #309EFC
Complementary color
Monochromatic Colors of #309EFC
Black with #309EFC
Text Example
Text Example
White with #309EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309EFC; }
p { color: rgb(48,158,252); }
H1.HeaderClassName
{
color: #309EFC;
}
.AnyTagClassName
{
color: #309EFC;
}
</style>
background-color css
<style>
a { background-color: #309EFC; }
a { background-color: rgb(48,158,252); }
div.DivClassName
{
background-color: #309EFC;
}
.BgClassName
{
background-color: #309EFC;
}
</style>
border-color css
<style>
span { border-color: #309EFC; }
span { border-color: rgb(48,158,252); }
td.TdClassName
{
border-color: #309EFC;
}
.TagClassName
{
border-color: #309EFC;
}
</style>