Shades of Dodger Blue #307CFE
Tints of Dodger Blue #307CFE
RGB
CMYK
RGB Variations
Color information
#307CFE (or 0x307CFE) is known color: Dodger Blue. HEX triplet: 30, 7C and FE. RGB value is (48,124,254). Sum of RGB (Red+Green+Blue) = 48+124+254=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #307CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307CFE is #CF8301. Grayscale: #737373. Windows color (decimal): -13599490 or 16677936. OLE color: 16677936.
HSL color Cylindrical-coordinate representation of color #307CFE: hue angle of 217.86º 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 #307CFE is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 124 | 254 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.00 |
| HSL | 217.86º | 0.99% | 0.59% | - |
| HSV(B) | 217.86º | 0.81% | 1% | - |
| XYZ | 26.32 | 22.2 | 96.66 | - |
| YUV | 116.1 | 205.82 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 254 | 0.81 | 0.51 | 0 | 0.00 | 217.86 | 0.99 | 0.59 |
| Hex | 30 | 7C | FE | 51 | 33 | 0 | 0 | DA | 63 | 3B |
| Octal | 60 | 174 | 376 | 121 | 63 | 0 | 0 | 332 | 143 | 73 |
| Binary | 110000 | 1111100 | 11111110 | 1010001 | 110011 | 0 | 0 | 11011010 | 1100011 | 111011 |
Color Harmonies of #307CFE
Complementary color
Monochromatic Colors of #307CFE
Black with #307CFE
Text Example
Text Example
White with #307CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307CFE; }
p { color: rgb(48,124,254); }
H1.HeaderClassName
{
color: #307CFE;
}
.AnyTagClassName
{
color: #307CFE;
}
</style>
background-color css
<style>
a { background-color: #307CFE; }
a { background-color: rgb(48,124,254); }
div.DivClassName
{
background-color: #307CFE;
}
.BgClassName
{
background-color: #307CFE;
}
</style>
border-color css
<style>
span { border-color: #307CFE; }
span { border-color: rgb(48,124,254); }
td.TdClassName
{
border-color: #307CFE;
}
.TagClassName
{
border-color: #307CFE;
}
</style>