Shades of Dodger Blue #307AFF
Tints of Dodger Blue #307AFF
RGB
CMYK
RGB Variations
Color information
#307AFF (or 0x307AFF) is known color: Dodger Blue. HEX triplet: 30, 7A and FF. RGB value is (48,122,255). Sum of RGB (Red+Green+Blue) = 48+122+255=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #307AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307AFF is #CF8500. Grayscale: #727272. Windows color (decimal): -13600001 or 16742960. OLE color: 16742960.
HSL color Cylindrical-coordinate representation of color #307AFF: hue angle of 218.55º 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 #307AFF is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 122 | 255 | - |
| CMYK | 0.81 | 0.52 | 0 | 0 |
| HSL | 218.55º | 1% | 0.59% | - |
| HSV(B) | 218.55º | 0.81% | 1% | - |
| XYZ | 26.23 | 21.77 | 97.43 | - |
| YUV | 115.04 | 206.98 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 255 | 0.81 | 0.52 | 0 | 0 | 218.55 | 1 | 0.59 |
| Hex | 30 | 7A | FF | 51 | 34 | 0 | 0 | DB | 64 | 3B |
| Octal | 60 | 172 | 377 | 121 | 64 | 0 | 0 | 333 | 144 | 73 |
| Binary | 110000 | 1111010 | 11111111 | 1010001 | 110100 | 0 | 0 | 11011011 | 1100100 | 111011 |
Color Harmonies of #307AFF
Complementary color
Monochromatic Colors of #307AFF
Black with #307AFF
Text Example
Text Example
White with #307AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307AFF; }
p { color: rgb(48,122,255); }
H1.HeaderClassName
{
color: #307AFF;
}
.AnyTagClassName
{
color: #307AFF;
}
</style>
background-color css
<style>
a { background-color: #307AFF; }
a { background-color: rgb(48,122,255); }
div.DivClassName
{
background-color: #307AFF;
}
.BgClassName
{
background-color: #307AFF;
}
</style>
border-color css
<style>
span { border-color: #307AFF; }
span { border-color: rgb(48,122,255); }
td.TdClassName
{
border-color: #307AFF;
}
.TagClassName
{
border-color: #307AFF;
}
</style>