Shades of Dodger Blue #308CFA
Tints of Dodger Blue #308CFA
RGB
CMYK
RGB Variations
Color information
#308CFA (or 0x308CFA) is known color: Dodger Blue. HEX triplet: 30, 8C and FA. RGB value is (48,140,250). Sum of RGB (Red+Green+Blue) = 48+140+250=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #308CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308CFA is #CF7305. Grayscale: #7C7C7C. Windows color (decimal): -13595398 or 16419888. OLE color: 16419888.
HSL color Cylindrical-coordinate representation of color #308CFA: hue angle of 212.67º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #308CFA is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 140 | 250 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.02 |
| HSL | 212.67º | 0.95% | 0.58% | - |
| HSV(B) | 212.67º | 0.81% | 0.98% | - |
| XYZ | 27.85 | 26.29 | 94.05 | - |
| YUV | 125.03 | 198.52 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 250 | 0.81 | 0.44 | 0 | 0.02 | 212.67 | 0.95 | 0.58 |
| Hex | 30 | 8C | FA | 51 | 2C | 0 | 2 | D5 | 5F | 3A |
| Octal | 60 | 214 | 372 | 121 | 54 | 0 | 2 | 325 | 137 | 72 |
| Binary | 110000 | 10001100 | 11111010 | 1010001 | 101100 | 0 | 10 | 11010101 | 1011111 | 111010 |
Color Harmonies of #308CFA
Complementary color
Monochromatic Colors of #308CFA
Black with #308CFA
Text Example
Text Example
White with #308CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CFA; }
p { color: rgb(48,140,250); }
H1.HeaderClassName
{
color: #308CFA;
}
.AnyTagClassName
{
color: #308CFA;
}
</style>
background-color css
<style>
a { background-color: #308CFA; }
a { background-color: rgb(48,140,250); }
div.DivClassName
{
background-color: #308CFA;
}
.BgClassName
{
background-color: #308CFA;
}
</style>
border-color css
<style>
span { border-color: #308CFA; }
span { border-color: rgb(48,140,250); }
td.TdClassName
{
border-color: #308CFA;
}
.TagClassName
{
border-color: #308CFA;
}
</style>