Shades of Dodger Blue #3090FA
Tints of Dodger Blue #3090FA
RGB
CMYK
RGB Variations
Color information
#3090FA (or 0x3090FA) is known color: Dodger Blue. HEX triplet: 30, 90 and FA. RGB value is (48,144,250). Sum of RGB (Red+Green+Blue) = 48+144+250=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #3090FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3090FA is #CF6F05. Grayscale: #7E7E7E. Windows color (decimal): -13594374 or 16420912. OLE color: 16420912.
HSL color Cylindrical-coordinate representation of color #3090FA: hue angle of 211.49º 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 #3090FA is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 144 | 250 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.02 |
| HSL | 211.49º | 0.95% | 0.58% | - |
| HSV(B) | 211.49º | 0.81% | 0.98% | - |
| XYZ | 28.45 | 27.48 | 94.25 | - |
| YUV | 127.38 | 197.2 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 250 | 0.81 | 0.42 | 0 | 0.02 | 211.49 | 0.95 | 0.58 |
| Hex | 30 | 90 | FA | 51 | 2A | 0 | 2 | D3 | 5F | 3A |
| Octal | 60 | 220 | 372 | 121 | 52 | 0 | 2 | 323 | 137 | 72 |
| Binary | 110000 | 10010000 | 11111010 | 1010001 | 101010 | 0 | 10 | 11010011 | 1011111 | 111010 |
Color Harmonies of #3090FA
Complementary color
Monochromatic Colors of #3090FA
Black with #3090FA
Text Example
Text Example
White with #3090FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090FA; }
p { color: rgb(48,144,250); }
H1.HeaderClassName
{
color: #3090FA;
}
.AnyTagClassName
{
color: #3090FA;
}
</style>
background-color css
<style>
a { background-color: #3090FA; }
a { background-color: rgb(48,144,250); }
div.DivClassName
{
background-color: #3090FA;
}
.BgClassName
{
background-color: #3090FA;
}
</style>
border-color css
<style>
span { border-color: #3090FA; }
span { border-color: rgb(48,144,250); }
td.TdClassName
{
border-color: #3090FA;
}
.TagClassName
{
border-color: #3090FA;
}
</style>