Shades of Dodger Blue #309EFE
Tints of Dodger Blue #309EFE
RGB
CMYK
RGB Variations
Color information
#309EFE (or 0x309EFE) is known color: Dodger Blue. HEX triplet: 30, 9E and FE. RGB value is (48,158,254). Sum of RGB (Red+Green+Blue) = 48+158+254=460 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.43% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #309EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309EFE is #CF6101. Grayscale: #878787. Windows color (decimal): -13590786 or 16686640. OLE color: 16686640.
HSL color Cylindrical-coordinate representation of color #309EFE: hue angle of 207.96º 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 #309EFE is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 158 | 254 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.00 |
| HSL | 207.96º | 0.99% | 0.59% | - |
| HSV(B) | 207.96º | 0.81% | 1% | - |
| XYZ | 31.34 | 32.24 | 98.34 | - |
| YUV | 136.05 | 194.56 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 254 | 0.81 | 0.38 | 0 | 0.00 | 207.96 | 0.99 | 0.59 |
| Hex | 30 | 9E | FE | 51 | 26 | 0 | 0 | D0 | 63 | 3B |
| Octal | 60 | 236 | 376 | 121 | 46 | 0 | 0 | 320 | 143 | 73 |
| Binary | 110000 | 10011110 | 11111110 | 1010001 | 100110 | 0 | 0 | 11010000 | 1100011 | 111011 |
Color Harmonies of #309EFE
Complementary color
Monochromatic Colors of #309EFE
Black with #309EFE
Text Example
Text Example
White with #309EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309EFE; }
p { color: rgb(48,158,254); }
H1.HeaderClassName
{
color: #309EFE;
}
.AnyTagClassName
{
color: #309EFE;
}
</style>
background-color css
<style>
a { background-color: #309EFE; }
a { background-color: rgb(48,158,254); }
div.DivClassName
{
background-color: #309EFE;
}
.BgClassName
{
background-color: #309EFE;
}
</style>
border-color css
<style>
span { border-color: #309EFE; }
span { border-color: rgb(48,158,254); }
td.TdClassName
{
border-color: #309EFE;
}
.TagClassName
{
border-color: #309EFE;
}
</style>