Shades of Dodger Blue #3088FF
Tints of Dodger Blue #3088FF
RGB
CMYK
RGB Variations
Color information
#3088FF (or 0x3088FF) is known color: Dodger Blue. HEX triplet: 30, 88 and FF. RGB value is (48,136,255). Sum of RGB (Red+Green+Blue) = 48+136+255=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #3088FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3088FF is #CF7700. Grayscale: #7A7A7A. Windows color (decimal): -13596417 or 16746544. OLE color: 16746544.
HSL color Cylindrical-coordinate representation of color #3088FF: hue angle of 214.49º 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 #3088FF is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 136 | 255 | - |
| CMYK | 0.81 | 0.47 | 0 | 0 |
| HSL | 214.49º | 1% | 0.59% | - |
| HSV(B) | 214.49º | 0.81% | 1% | - |
| XYZ | 28.07 | 25.46 | 98.04 | - |
| YUV | 123.25 | 202.35 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 255 | 0.81 | 0.47 | 0 | 0 | 214.49 | 1 | 0.59 |
| Hex | 30 | 88 | FF | 51 | 2F | 0 | 0 | D6 | 64 | 3B |
| Octal | 60 | 210 | 377 | 121 | 57 | 0 | 0 | 326 | 144 | 73 |
| Binary | 110000 | 10001000 | 11111111 | 1010001 | 101111 | 0 | 0 | 11010110 | 1100100 | 111011 |
Color Harmonies of #3088FF
Complementary color
Monochromatic Colors of #3088FF
Black with #3088FF
Text Example
Text Example
White with #3088FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3088FF; }
p { color: rgb(48,136,255); }
H1.HeaderClassName
{
color: #3088FF;
}
.AnyTagClassName
{
color: #3088FF;
}
</style>
background-color css
<style>
a { background-color: #3088FF; }
a { background-color: rgb(48,136,255); }
div.DivClassName
{
background-color: #3088FF;
}
.BgClassName
{
background-color: #3088FF;
}
</style>
border-color css
<style>
span { border-color: #3088FF; }
span { border-color: rgb(48,136,255); }
td.TdClassName
{
border-color: #3088FF;
}
.TagClassName
{
border-color: #3088FF;
}
</style>