Shades of Dodger Blue #308CEA
Tints of Dodger Blue #308CEA
RGB
CMYK
RGB Variations
Color information
#308CEA (or 0x308CEA) is known color: Dodger Blue. HEX triplet: 30, 8C and EA. RGB value is (48,140,234). Sum of RGB (Red+Green+Blue) = 48+140+234=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #308CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308CEA is #CF7315. Grayscale: #7A7A7A. Windows color (decimal): -13595414 or 15371312. OLE color: 15371312.
HSL color Cylindrical-coordinate representation of color #308CEA: hue angle of 210.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #308CEA is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 140 | 234 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.08 |
| HSL | 210.32º | 0.82% | 0.55% | - |
| HSV(B) | 210.32º | 0.79% | 0.92% | - |
| XYZ | 25.45 | 25.33 | 81.39 | - |
| YUV | 123.21 | 190.52 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 234 | 0.79 | 0.40 | 0 | 0.08 | 210.32 | 0.82 | 0.55 |
| Hex | 30 | 8C | EA | 4F | 28 | 0 | 8 | D2 | 52 | 37 |
| Octal | 60 | 214 | 352 | 117 | 50 | 0 | 10 | 322 | 122 | 67 |
| Binary | 110000 | 10001100 | 11101010 | 1001111 | 101000 | 0 | 1000 | 11010010 | 1010010 | 110111 |
Color Harmonies of #308CEA
Complementary color
Monochromatic Colors of #308CEA
Black with #308CEA
Text Example
Text Example
White with #308CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CEA; }
p { color: rgb(48,140,234); }
H1.HeaderClassName
{
color: #308CEA;
}
.AnyTagClassName
{
color: #308CEA;
}
</style>
background-color css
<style>
a { background-color: #308CEA; }
a { background-color: rgb(48,140,234); }
div.DivClassName
{
background-color: #308CEA;
}
.BgClassName
{
background-color: #308CEA;
}
</style>
border-color css
<style>
span { border-color: #308CEA; }
span { border-color: rgb(48,140,234); }
td.TdClassName
{
border-color: #308CEA;
}
.TagClassName
{
border-color: #308CEA;
}
</style>