Shades of Dodger Blue #30AAFF
Tints of Dodger Blue #30AAFF
RGB
CMYK
RGB Variations
Color information
#30AAFF (or 0x30AAFF) is known color: Dodger Blue. HEX triplet: 30, AA and FF. RGB value is (48,170,255). Sum of RGB (Red+Green+Blue) = 48+170+255=473 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.15% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #30AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AAFF is #CF5500. Grayscale: #8E8E8E. Windows color (decimal): -13587713 or 16755248. OLE color: 16755248.
HSL color Cylindrical-coordinate representation of color #30AAFF: hue angle of 204.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30AAFF is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 170 | 255 | - |
| CMYK | 0.81 | 0.33 | 0 | 0 |
| HSL | 204.64º | 1% | 0.59% | - |
| HSV(B) | 204.64º | 0.81% | 1% | - |
| XYZ | 33.64 | 36.6 | 99.9 | - |
| YUV | 143.21 | 191.08 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 255 | 0.81 | 0.33 | 0 | 0 | 204.64 | 1 | 0.59 |
| Hex | 30 | AA | FF | 51 | 21 | 0 | 0 | CD | 64 | 3B |
| Octal | 60 | 252 | 377 | 121 | 41 | 0 | 0 | 315 | 144 | 73 |
| Binary | 110000 | 10101010 | 11111111 | 1010001 | 100001 | 0 | 0 | 11001101 | 1100100 | 111011 |
Color Harmonies of #30AAFF
Complementary color
Monochromatic Colors of #30AAFF
Black with #30AAFF
Text Example
Text Example
White with #30AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AAFF; }
p { color: rgb(48,170,255); }
H1.HeaderClassName
{
color: #30AAFF;
}
.AnyTagClassName
{
color: #30AAFF;
}
</style>
background-color css
<style>
a { background-color: #30AAFF; }
a { background-color: rgb(48,170,255); }
div.DivClassName
{
background-color: #30AAFF;
}
.BgClassName
{
background-color: #30AAFF;
}
</style>
border-color css
<style>
span { border-color: #30AAFF; }
span { border-color: rgb(48,170,255); }
td.TdClassName
{
border-color: #30AAFF;
}
.TagClassName
{
border-color: #30AAFF;
}
</style>