Shades of Dodger Blue #308FEB
Tints of Dodger Blue #308FEB
RGB
CMYK
RGB Variations
Color information
#308FEB (or 0x308FEB) is known color: Dodger Blue. HEX triplet: 30, 8F and EB. RGB value is (48,143,235). Sum of RGB (Red+Green+Blue) = 48+143+235=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #308FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308FEB is #CF7014. Grayscale: #7C7C7C. Windows color (decimal): -13594645 or 15437616. OLE color: 15437616.
HSL color Cylindrical-coordinate representation of color #308FEB: hue angle of 209.52º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #308FEB is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 143 | 235 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.08 |
| HSL | 209.52º | 0.82% | 0.55% | - |
| HSV(B) | 209.52º | 0.8% | 0.92% | - |
| XYZ | 26.04 | 26.27 | 82.3 | - |
| YUV | 125.08 | 190.03 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 235 | 0.80 | 0.39 | 0 | 0.08 | 209.52 | 0.82 | 0.55 |
| Hex | 30 | 8F | EB | 50 | 27 | 0 | 8 | D2 | 52 | 37 |
| Octal | 60 | 217 | 353 | 120 | 47 | 0 | 10 | 322 | 122 | 67 |
| Binary | 110000 | 10001111 | 11101011 | 1010000 | 100111 | 0 | 1000 | 11010010 | 1010010 | 110111 |
Color Harmonies of #308FEB
Complementary color
Monochromatic Colors of #308FEB
Black with #308FEB
Text Example
Text Example
White with #308FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FEB; }
p { color: rgb(48,143,235); }
H1.HeaderClassName
{
color: #308FEB;
}
.AnyTagClassName
{
color: #308FEB;
}
</style>
background-color css
<style>
a { background-color: #308FEB; }
a { background-color: rgb(48,143,235); }
div.DivClassName
{
background-color: #308FEB;
}
.BgClassName
{
background-color: #308FEB;
}
</style>
border-color css
<style>
span { border-color: #308FEB; }
span { border-color: rgb(48,143,235); }
td.TdClassName
{
border-color: #308FEB;
}
.TagClassName
{
border-color: #308FEB;
}
</style>