Shades of Dodger Blue #3298F9
Tints of Dodger Blue #3298F9
RGB
CMYK
RGB Variations
Color information
#3298F9 (or 0x3298F9) is known color: Dodger Blue. HEX triplet: 32, 98 and F9. RGB value is (50,152,249). Sum of RGB (Red+Green+Blue) = 50+152+249=451 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.09% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #3298F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3298F9 is #CD6706. Grayscale: #848484. Windows color (decimal): -13461255 or 16357426. OLE color: 16357426.
HSL color Cylindrical-coordinate representation of color #3298F9: hue angle of 209.25º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3298F9 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 152 | 249 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.02 |
| HSL | 209.25º | 0.94% | 0.59% | - |
| HSV(B) | 209.25º | 0.8% | 0.98% | - |
| XYZ | 29.64 | 29.97 | 93.85 | - |
| YUV | 132.56 | 193.71 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 249 | 0.80 | 0.39 | 0 | 0.02 | 209.25 | 0.94 | 0.59 |
| Hex | 32 | 98 | F9 | 50 | 27 | 0 | 2 | D1 | 5E | 3B |
| Octal | 62 | 230 | 371 | 120 | 47 | 0 | 2 | 321 | 136 | 73 |
| Binary | 110010 | 10011000 | 11111001 | 1010000 | 100111 | 0 | 10 | 11010001 | 1011110 | 111011 |
Color Harmonies of #3298F9
Complementary color
Monochromatic Colors of #3298F9
Black with #3298F9
Text Example
Text Example
White with #3298F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3298F9; }
p { color: rgb(50,152,249); }
H1.HeaderClassName
{
color: #3298F9;
}
.AnyTagClassName
{
color: #3298F9;
}
</style>
background-color css
<style>
a { background-color: #3298F9; }
a { background-color: rgb(50,152,249); }
div.DivClassName
{
background-color: #3298F9;
}
.BgClassName
{
background-color: #3298F9;
}
</style>
border-color css
<style>
span { border-color: #3298F9; }
span { border-color: rgb(50,152,249); }
td.TdClassName
{
border-color: #3298F9;
}
.TagClassName
{
border-color: #3298F9;
}
</style>