Shades of Dodger Blue #3488F4
Tints of Dodger Blue #3488F4
RGB
CMYK
RGB Variations
Color information
#3488F4 (or 0x3488F4) is known color: Dodger Blue. HEX triplet: 34, 88 and F4. RGB value is (52,136,244). Sum of RGB (Red+Green+Blue) = 52+136+244=432 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.04% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #3488F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3488F4 is #CB770B. Grayscale: #7A7A7A. Windows color (decimal): -13334284 or 16025652. OLE color: 16025652.
HSL color Cylindrical-coordinate representation of color #3488F4: hue angle of 213.75º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3488F4 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 136 | 244 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.04 |
| HSL | 213.75º | 0.9% | 0.58% | - |
| HSV(B) | 213.75º | 0.79% | 0.96% | - |
| XYZ | 26.55 | 24.87 | 88.99 | - |
| YUV | 123.2 | 196.17 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 244 | 0.79 | 0.44 | 0 | 0.04 | 213.75 | 0.9 | 0.58 |
| Hex | 34 | 88 | F4 | 4F | 2C | 0 | 4 | D6 | 5A | 3A |
| Octal | 64 | 210 | 364 | 117 | 54 | 0 | 4 | 326 | 132 | 72 |
| Binary | 110100 | 10001000 | 11110100 | 1001111 | 101100 | 0 | 100 | 11010110 | 1011010 | 111010 |
Color Harmonies of #3488F4
Complementary color
Monochromatic Colors of #3488F4
Black with #3488F4
Text Example
Text Example
White with #3488F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3488F4; }
p { color: rgb(52,136,244); }
H1.HeaderClassName
{
color: #3488F4;
}
.AnyTagClassName
{
color: #3488F4;
}
</style>
background-color css
<style>
a { background-color: #3488F4; }
a { background-color: rgb(52,136,244); }
div.DivClassName
{
background-color: #3488F4;
}
.BgClassName
{
background-color: #3488F4;
}
</style>
border-color css
<style>
span { border-color: #3488F4; }
span { border-color: rgb(52,136,244); }
td.TdClassName
{
border-color: #3488F4;
}
.TagClassName
{
border-color: #3488F4;
}
</style>