Shades of Dodger Blue #3391FE
Tints of Dodger Blue #3391FE
RGB
CMYK
RGB Variations
Color information
#3391FE (or 0x3391FE) is known color: Dodger Blue. HEX triplet: 33, 91 and FE. RGB value is (51,145,254). Sum of RGB (Red+Green+Blue) = 51+145+254=450 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.33% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #3391FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3391FE is #CC6E01. Grayscale: #808080. Windows color (decimal): -13397506 or 16683315. OLE color: 16683315.
HSL color Cylindrical-coordinate representation of color #3391FE: hue angle of 212.22º 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 #3391FE is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 145 | 254 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.00 |
| HSL | 212.22º | 0.99% | 0.6% | - |
| HSV(B) | 212.22º | 0.8% | 1% | - |
| XYZ | 29.38 | 28.11 | 97.64 | - |
| YUV | 129.32 | 198.36 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 254 | 0.80 | 0.43 | 0 | 0.00 | 212.22 | 0.99 | 0.6 |
| Hex | 33 | 91 | FE | 50 | 2B | 0 | 0 | D4 | 63 | 3C |
| Octal | 63 | 221 | 376 | 120 | 53 | 0 | 0 | 324 | 143 | 74 |
| Binary | 110011 | 10010001 | 11111110 | 1010000 | 101011 | 0 | 0 | 11010100 | 1100011 | 111100 |
Color Harmonies of #3391FE
Complementary color
Monochromatic Colors of #3391FE
Black with #3391FE
Text Example
Text Example
White with #3391FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3391FE; }
p { color: rgb(51,145,254); }
H1.HeaderClassName
{
color: #3391FE;
}
.AnyTagClassName
{
color: #3391FE;
}
</style>
background-color css
<style>
a { background-color: #3391FE; }
a { background-color: rgb(51,145,254); }
div.DivClassName
{
background-color: #3391FE;
}
.BgClassName
{
background-color: #3391FE;
}
</style>
border-color css
<style>
span { border-color: #3391FE; }
span { border-color: rgb(51,145,254); }
td.TdClassName
{
border-color: #3391FE;
}
.TagClassName
{
border-color: #3391FE;
}
</style>