Shades of Dodger Blue #33A0FD
Tints of Dodger Blue #33A0FD
RGB
CMYK
RGB Variations
Color information
#33A0FD (or 0x33A0FD) is known color: Dodger Blue. HEX triplet: 33, A0 and FD. RGB value is (51,160,253). Sum of RGB (Red+Green+Blue) = 51+160+253=464 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.99% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #33A0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A0FD is #CC5F02. Grayscale: #898989. Windows color (decimal): -13393667 or 16621619. OLE color: 16621619.
HSL color Cylindrical-coordinate representation of color #33A0FD: hue angle of 207.62º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33A0FD is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 160 | 253 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.01 |
| HSL | 207.62º | 0.98% | 0.6% | - |
| HSV(B) | 207.62º | 0.8% | 0.99% | - |
| XYZ | 31.67 | 32.94 | 97.62 | - |
| YUV | 138.01 | 192.89 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 253 | 0.80 | 0.37 | 0 | 0.01 | 207.62 | 0.98 | 0.6 |
| Hex | 33 | A0 | FD | 50 | 25 | 0 | 1 | D0 | 62 | 3C |
| Octal | 63 | 240 | 375 | 120 | 45 | 0 | 1 | 320 | 142 | 74 |
| Binary | 110011 | 10100000 | 11111101 | 1010000 | 100101 | 0 | 1 | 11010000 | 1100010 | 111100 |
Color Harmonies of #33A0FD
Complementary color
Monochromatic Colors of #33A0FD
Black with #33A0FD
Text Example
Text Example
White with #33A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A0FD; }
p { color: rgb(51,160,253); }
H1.HeaderClassName
{
color: #33A0FD;
}
.AnyTagClassName
{
color: #33A0FD;
}
</style>
background-color css
<style>
a { background-color: #33A0FD; }
a { background-color: rgb(51,160,253); }
div.DivClassName
{
background-color: #33A0FD;
}
.BgClassName
{
background-color: #33A0FD;
}
</style>
border-color css
<style>
span { border-color: #33A0FD; }
span { border-color: rgb(51,160,253); }
td.TdClassName
{
border-color: #33A0FD;
}
.TagClassName
{
border-color: #33A0FD;
}
</style>