Shades of Dodger Blue #30A2FB
Tints of Dodger Blue #30A2FB
RGB
CMYK
RGB Variations
Color information
#30A2FB (or 0x30A2FB) is known color: Dodger Blue. HEX triplet: 30, A2 and FB. RGB value is (48,162,251). Sum of RGB (Red+Green+Blue) = 48+162+251=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #30A2FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A2FB is #CF5D04. Grayscale: #898989. Windows color (decimal): -13589765 or 16491056. OLE color: 16491056.
HSL color Cylindrical-coordinate representation of color #30A2FB: hue angle of 206.31º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30A2FB is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 162 | 251 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.02 |
| HSL | 206.31º | 0.96% | 0.59% | - |
| HSV(B) | 206.31º | 0.81% | 0.98% | - |
| XYZ | 31.55 | 33.43 | 96.06 | - |
| YUV | 138.06 | 191.73 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 251 | 0.81 | 0.35 | 0 | 0.02 | 206.31 | 0.96 | 0.59 |
| Hex | 30 | A2 | FB | 51 | 23 | 0 | 2 | CE | 60 | 3B |
| Octal | 60 | 242 | 373 | 121 | 43 | 0 | 2 | 316 | 140 | 73 |
| Binary | 110000 | 10100010 | 11111011 | 1010001 | 100011 | 0 | 10 | 11001110 | 1100000 | 111011 |
Color Harmonies of #30A2FB
Complementary color
Monochromatic Colors of #30A2FB
Black with #30A2FB
Text Example
Text Example
White with #30A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A2FB; }
p { color: rgb(48,162,251); }
H1.HeaderClassName
{
color: #30A2FB;
}
.AnyTagClassName
{
color: #30A2FB;
}
</style>
background-color css
<style>
a { background-color: #30A2FB; }
a { background-color: rgb(48,162,251); }
div.DivClassName
{
background-color: #30A2FB;
}
.BgClassName
{
background-color: #30A2FB;
}
</style>
border-color css
<style>
span { border-color: #30A2FB; }
span { border-color: rgb(48,162,251); }
td.TdClassName
{
border-color: #30A2FB;
}
.TagClassName
{
border-color: #30A2FB;
}
</style>