Shades of Dodger Blue #30A1FF
Tints of Dodger Blue #30A1FF
RGB
CMYK
RGB Variations
Color information
#30A1FF (or 0x30A1FF) is known color: Dodger Blue. HEX triplet: 30, A1 and FF. RGB value is (48,161,255). Sum of RGB (Red+Green+Blue) = 48+161+255=464 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.34% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #30A1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A1FF is #CF5E00. Grayscale: #898989. Windows color (decimal): -13590017 or 16752944. OLE color: 16752944.
HSL color Cylindrical-coordinate representation of color #30A1FF: hue angle of 207.25º 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 #30A1FF is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 161 | 255 | - |
| CMYK | 0.81 | 0.37 | 0 | 0 |
| HSL | 207.25º | 1% | 0.59% | - |
| HSV(B) | 207.25º | 0.81% | 1% | - |
| XYZ | 32.01 | 33.34 | 99.36 | - |
| YUV | 137.93 | 194.06 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 255 | 0.81 | 0.37 | 0 | 0 | 207.25 | 1 | 0.59 |
| Hex | 30 | A1 | FF | 51 | 25 | 0 | 0 | CF | 64 | 3B |
| Octal | 60 | 241 | 377 | 121 | 45 | 0 | 0 | 317 | 144 | 73 |
| Binary | 110000 | 10100001 | 11111111 | 1010001 | 100101 | 0 | 0 | 11001111 | 1100100 | 111011 |
Color Harmonies of #30A1FF
Complementary color
Monochromatic Colors of #30A1FF
Black with #30A1FF
Text Example
Text Example
White with #30A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A1FF; }
p { color: rgb(48,161,255); }
H1.HeaderClassName
{
color: #30A1FF;
}
.AnyTagClassName
{
color: #30A1FF;
}
</style>
background-color css
<style>
a { background-color: #30A1FF; }
a { background-color: rgb(48,161,255); }
div.DivClassName
{
background-color: #30A1FF;
}
.BgClassName
{
background-color: #30A1FF;
}
</style>
border-color css
<style>
span { border-color: #30A1FF; }
span { border-color: rgb(48,161,255); }
td.TdClassName
{
border-color: #30A1FF;
}
.TagClassName
{
border-color: #30A1FF;
}
</style>