Shades of Dodger Blue #0392EE
Tints of Dodger Blue #0392EE
RGB
CMYK
RGB Variations
Color information
#0392EE (or 0x0392EE) is known color: Dodger Blue. HEX triplet: 03, 92 and EE. RGB value is (3,146,238). Sum of RGB (Red+Green+Blue) = 3+146+238=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #0392EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0392EE is #FC6D11. Grayscale: #717171. Windows color (decimal): -16542994 or 15634947. OLE color: 15634947.
HSL color Cylindrical-coordinate representation of color #0392EE: hue angle of 203.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0392EE is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 146 | 238 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.07 |
| HSL | 203.49º | 0.98% | 0.47% | - |
| HSV(B) | 203.49º | 0.99% | 0.93% | - |
| XYZ | 25.75 | 26.75 | 84.7 | - |
| YUV | 113.73 | 198.12 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 238 | 0.99 | 0.39 | 0 | 0.07 | 203.49 | 0.98 | 0.47 |
| Hex | 3 | 92 | EE | 63 | 27 | 0 | 7 | CB | 62 | 2F |
| Octal | 3 | 222 | 356 | 143 | 47 | 0 | 7 | 313 | 142 | 57 |
| Binary | 11 | 10010010 | 11101110 | 1100011 | 100111 | 0 | 111 | 11001011 | 1100010 | 101111 |
Color Harmonies of #0392EE
Complementary color
Monochromatic Colors of #0392EE
Black with #0392EE
Text Example
Text Example
White with #0392EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0392EE; }
p { color: rgb(3,146,238); }
H1.HeaderClassName
{
color: #0392EE;
}
.AnyTagClassName
{
color: #0392EE;
}
</style>
background-color css
<style>
a { background-color: #0392EE; }
a { background-color: rgb(3,146,238); }
div.DivClassName
{
background-color: #0392EE;
}
.BgClassName
{
background-color: #0392EE;
}
</style>
border-color css
<style>
span { border-color: #0392EE; }
span { border-color: rgb(3,146,238); }
td.TdClassName
{
border-color: #0392EE;
}
.TagClassName
{
border-color: #0392EE;
}
</style>