Shades of Dodger Blue #308FF2
Tints of Dodger Blue #308FF2
RGB
CMYK
RGB Variations
Color information
#308FF2 (or 0x308FF2) is known color: Dodger Blue. HEX triplet: 30, 8F and F2. RGB value is (48,143,242). Sum of RGB (Red+Green+Blue) = 48+143+242=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #308FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308FF2 is #CF700D. Grayscale: #7D7D7D. Windows color (decimal): -13594638 or 15896368. OLE color: 15896368.
HSL color Cylindrical-coordinate representation of color #308FF2: hue angle of 210.62º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #308FF2 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 143 | 242 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.05 |
| HSL | 210.62º | 0.88% | 0.57% | - |
| HSV(B) | 210.62º | 0.8% | 0.95% | - |
| XYZ | 27.07 | 26.68 | 87.73 | - |
| YUV | 125.88 | 193.53 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 242 | 0.80 | 0.41 | 0 | 0.05 | 210.62 | 0.88 | 0.57 |
| Hex | 30 | 8F | F2 | 50 | 29 | 0 | 5 | D3 | 58 | 39 |
| Octal | 60 | 217 | 362 | 120 | 51 | 0 | 5 | 323 | 130 | 71 |
| Binary | 110000 | 10001111 | 11110010 | 1010000 | 101001 | 0 | 101 | 11010011 | 1011000 | 111001 |
Color Harmonies of #308FF2
Complementary color
Monochromatic Colors of #308FF2
Black with #308FF2
Text Example
Text Example
White with #308FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FF2; }
p { color: rgb(48,143,242); }
H1.HeaderClassName
{
color: #308FF2;
}
.AnyTagClassName
{
color: #308FF2;
}
</style>
background-color css
<style>
a { background-color: #308FF2; }
a { background-color: rgb(48,143,242); }
div.DivClassName
{
background-color: #308FF2;
}
.BgClassName
{
background-color: #308FF2;
}
</style>
border-color css
<style>
span { border-color: #308FF2; }
span { border-color: rgb(48,143,242); }
td.TdClassName
{
border-color: #308FF2;
}
.TagClassName
{
border-color: #308FF2;
}
</style>