Shades of Dodger Blue #3388FE
Tints of Dodger Blue #3388FE
RGB
CMYK
RGB Variations
Color information
#3388FE (or 0x3388FE) is known color: Dodger Blue. HEX triplet: 33, 88 and FE. RGB value is (51,136,254). Sum of RGB (Red+Green+Blue) = 51+136+254=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #3388FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3388FE is #CC7701. Grayscale: #7B7B7B. Windows color (decimal): -13399810 or 16681011. OLE color: 16681011.
HSL color Cylindrical-coordinate representation of color #3388FE: hue angle of 214.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3388FE is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 136 | 254 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.00 |
| HSL | 214.88º | 0.99% | 0.6% | - |
| HSV(B) | 214.88º | 0.8% | 1% | - |
| XYZ | 28.06 | 25.47 | 97.2 | - |
| YUV | 124.04 | 201.34 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 254 | 0.80 | 0.46 | 0 | 0.00 | 214.88 | 0.99 | 0.6 |
| Hex | 33 | 88 | FE | 50 | 2E | 0 | 0 | D7 | 63 | 3C |
| Octal | 63 | 210 | 376 | 120 | 56 | 0 | 0 | 327 | 143 | 74 |
| Binary | 110011 | 10001000 | 11111110 | 1010000 | 101110 | 0 | 0 | 11010111 | 1100011 | 111100 |
Color Harmonies of #3388FE
Complementary color
Monochromatic Colors of #3388FE
Black with #3388FE
Text Example
Text Example
White with #3388FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3388FE; }
p { color: rgb(51,136,254); }
H1.HeaderClassName
{
color: #3388FE;
}
.AnyTagClassName
{
color: #3388FE;
}
</style>
background-color css
<style>
a { background-color: #3388FE; }
a { background-color: rgb(51,136,254); }
div.DivClassName
{
background-color: #3388FE;
}
.BgClassName
{
background-color: #3388FE;
}
</style>
border-color css
<style>
span { border-color: #3388FE; }
span { border-color: rgb(51,136,254); }
td.TdClassName
{
border-color: #3388FE;
}
.TagClassName
{
border-color: #3388FE;
}
</style>