Shades of Dodger Blue #0592FB
Tints of Dodger Blue #0592FB
RGB
CMYK
RGB Variations
Color information
#0592FB (or 0x0592FB) is known color: Dodger Blue. HEX triplet: 05, 92 and FB. RGB value is (5,146,251). Sum of RGB (Red+Green+Blue) = 5+146+251=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #0592FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0592FB is #FA6D04. Grayscale: #737373. Windows color (decimal): -16411909 or 16486917. OLE color: 16486917.
HSL color Cylindrical-coordinate representation of color #0592FB: hue angle of 205.61º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0592FB is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 146 | 251 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.02 |
| HSL | 205.61º | 0.97% | 0.5% | - |
| HSV(B) | 205.61º | 0.98% | 0.98% | - |
| XYZ | 27.75 | 27.56 | 95.12 | - |
| YUV | 115.81 | 204.29 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 251 | 0.98 | 0.42 | 0 | 0.02 | 205.61 | 0.97 | 0.5 |
| Hex | 5 | 92 | FB | 62 | 2A | 0 | 2 | CE | 61 | 32 |
| Octal | 5 | 222 | 373 | 142 | 52 | 0 | 2 | 316 | 141 | 62 |
| Binary | 101 | 10010010 | 11111011 | 1100010 | 101010 | 0 | 10 | 11001110 | 1100001 | 110010 |
Color Harmonies of #0592FB
Complementary color
Monochromatic Colors of #0592FB
Black with #0592FB
Text Example
Text Example
White with #0592FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592FB; }
p { color: rgb(5,146,251); }
H1.HeaderClassName
{
color: #0592FB;
}
.AnyTagClassName
{
color: #0592FB;
}
</style>
background-color css
<style>
a { background-color: #0592FB; }
a { background-color: rgb(5,146,251); }
div.DivClassName
{
background-color: #0592FB;
}
.BgClassName
{
background-color: #0592FB;
}
</style>
border-color css
<style>
span { border-color: #0592FB; }
span { border-color: rgb(5,146,251); }
td.TdClassName
{
border-color: #0592FB;
}
.TagClassName
{
border-color: #0592FB;
}
</style>