Shades of Dodger Blue #3092FF
Tints of Dodger Blue #3092FF
RGB
CMYK
RGB Variations
Color information
#3092FF (or 0x3092FF) is known color: Dodger Blue. HEX triplet: 30, 92 and FF. RGB value is (48,146,255). Sum of RGB (Red+Green+Blue) = 48+146+255=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #3092FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3092FF is #CF6D00. Grayscale: #808080. Windows color (decimal): -13593857 or 16749104. OLE color: 16749104.
HSL color Cylindrical-coordinate representation of color #3092FF: hue angle of 211.59º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3092FF is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 146 | 255 | - |
| CMYK | 0.81 | 0.43 | 0 | 0 |
| HSL | 211.59º | 1% | 0.59% | - |
| HSV(B) | 211.59º | 0.81% | 1% | - |
| XYZ | 29.55 | 28.41 | 98.53 | - |
| YUV | 129.12 | 199.03 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 255 | 0.81 | 0.43 | 0 | 0 | 211.59 | 1 | 0.59 |
| Hex | 30 | 92 | FF | 51 | 2B | 0 | 0 | D4 | 64 | 3B |
| Octal | 60 | 222 | 377 | 121 | 53 | 0 | 0 | 324 | 144 | 73 |
| Binary | 110000 | 10010010 | 11111111 | 1010001 | 101011 | 0 | 0 | 11010100 | 1100100 | 111011 |
Color Harmonies of #3092FF
Complementary color
Monochromatic Colors of #3092FF
Black with #3092FF
Text Example
Text Example
White with #3092FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3092FF; }
p { color: rgb(48,146,255); }
H1.HeaderClassName
{
color: #3092FF;
}
.AnyTagClassName
{
color: #3092FF;
}
</style>
background-color css
<style>
a { background-color: #3092FF; }
a { background-color: rgb(48,146,255); }
div.DivClassName
{
background-color: #3092FF;
}
.BgClassName
{
background-color: #3092FF;
}
</style>
border-color css
<style>
span { border-color: #3092FF; }
span { border-color: rgb(48,146,255); }
td.TdClassName
{
border-color: #3092FF;
}
.TagClassName
{
border-color: #3092FF;
}
</style>