Shades of Dodger Blue #3098FF
Tints of Dodger Blue #3098FF
RGB
CMYK
RGB Variations
Color information
#3098FF (or 0x3098FF) is known color: Dodger Blue. HEX triplet: 30, 98 and FF. RGB value is (48,152,255). Sum of RGB (Red+Green+Blue) = 48+152+255=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #3098FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3098FF is #CF6700. Grayscale: #848484. Windows color (decimal): -13592321 or 16750640. OLE color: 16750640.
HSL color Cylindrical-coordinate representation of color #3098FF: hue angle of 209.86º 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 #3098FF is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 152 | 255 | - |
| CMYK | 0.81 | 0.40 | 0 | 0 |
| HSL | 209.86º | 1% | 0.59% | - |
| HSV(B) | 209.86º | 0.81% | 1% | - |
| XYZ | 30.5 | 30.3 | 98.85 | - |
| YUV | 132.65 | 197.04 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 255 | 0.81 | 0.40 | 0 | 0 | 209.86 | 1 | 0.59 |
| Hex | 30 | 98 | FF | 51 | 28 | 0 | 0 | D2 | 64 | 3B |
| Octal | 60 | 230 | 377 | 121 | 50 | 0 | 0 | 322 | 144 | 73 |
| Binary | 110000 | 10011000 | 11111111 | 1010001 | 101000 | 0 | 0 | 11010010 | 1100100 | 111011 |
Color Harmonies of #3098FF
Complementary color
Monochromatic Colors of #3098FF
Black with #3098FF
Text Example
Text Example
White with #3098FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3098FF; }
p { color: rgb(48,152,255); }
H1.HeaderClassName
{
color: #3098FF;
}
.AnyTagClassName
{
color: #3098FF;
}
</style>
background-color css
<style>
a { background-color: #3098FF; }
a { background-color: rgb(48,152,255); }
div.DivClassName
{
background-color: #3098FF;
}
.BgClassName
{
background-color: #3098FF;
}
</style>
border-color css
<style>
span { border-color: #3098FF; }
span { border-color: rgb(48,152,255); }
td.TdClassName
{
border-color: #3098FF;
}
.TagClassName
{
border-color: #3098FF;
}
</style>