Shades of Dodger Blue #33A8FD
Tints of Dodger Blue #33A8FD
RGB
CMYK
RGB Variations
Color information
#33A8FD (or 0x33A8FD) is known color: Dodger Blue. HEX triplet: 33, A8 and FD. RGB value is (51,168,253). Sum of RGB (Red+Green+Blue) = 51+168+253=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #33A8FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A8FD is #CC5702. Grayscale: #8E8E8E. Windows color (decimal): -13391619 or 16623667. OLE color: 16623667.
HSL color Cylindrical-coordinate representation of color #33A8FD: hue angle of 205.25º 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 #33A8FD is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 168 | 253 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.01 |
| HSL | 205.25º | 0.98% | 0.6% | - |
| HSV(B) | 205.25º | 0.8% | 0.99% | - |
| XYZ | 33.1 | 35.8 | 98.09 | - |
| YUV | 142.71 | 190.24 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 168 | 253 | 0.80 | 0.34 | 0 | 0.01 | 205.25 | 0.98 | 0.6 |
| Hex | 33 | A8 | FD | 50 | 22 | 0 | 1 | CD | 62 | 3C |
| Octal | 63 | 250 | 375 | 120 | 42 | 0 | 1 | 315 | 142 | 74 |
| Binary | 110011 | 10101000 | 11111101 | 1010000 | 100010 | 0 | 1 | 11001101 | 1100010 | 111100 |
Color Harmonies of #33A8FD
Complementary color
Monochromatic Colors of #33A8FD
Black with #33A8FD
Text Example
Text Example
White with #33A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A8FD; }
p { color: rgb(51,168,253); }
H1.HeaderClassName
{
color: #33A8FD;
}
.AnyTagClassName
{
color: #33A8FD;
}
</style>
background-color css
<style>
a { background-color: #33A8FD; }
a { background-color: rgb(51,168,253); }
div.DivClassName
{
background-color: #33A8FD;
}
.BgClassName
{
background-color: #33A8FD;
}
</style>
border-color css
<style>
span { border-color: #33A8FD; }
span { border-color: rgb(51,168,253); }
td.TdClassName
{
border-color: #33A8FD;
}
.TagClassName
{
border-color: #33A8FD;
}
</style>