Shades of Dodger Blue #0274F3
Tints of Dodger Blue #0274F3
RGB
CMYK
RGB Variations
Color information
#0274F3 (or 0x0274F3) is known color: Dodger Blue. HEX triplet: 02, 74 and F3. RGB value is (2,116,243). Sum of RGB (Red+Green+Blue) = 2+116+243=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 243 (95.31% from 255 or 67.31% from 361); Max value from RGB is 243 - color contains mainly: blue. Hex color #0274F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0274F3 is #FD8B0C. Grayscale: #5F5F5F. Windows color (decimal): -16616205 or 15954946. OLE color: 15954946.
HSL color Cylindrical-coordinate representation of color #0274F3: hue angle of 211.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0274F3 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 116 | 243 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.05 |
| HSL | 211.62º | 0.98% | 0.48% | - |
| HSV(B) | 211.62º | 0.99% | 0.95% | - |
| XYZ | 22.45 | 18.97 | 87.27 | - |
| YUV | 96.39 | 210.73 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 116 | 243 | 0.99 | 0.52 | 0 | 0.05 | 211.62 | 0.98 | 0.48 |
| Hex | 2 | 74 | F3 | 63 | 34 | 0 | 5 | D4 | 62 | 30 |
| Octal | 2 | 164 | 363 | 143 | 64 | 0 | 5 | 324 | 142 | 60 |
| Binary | 10 | 1110100 | 11110011 | 1100011 | 110100 | 0 | 101 | 11010100 | 1100010 | 110000 |
Color Harmonies of #0274F3
Complementary color
Monochromatic Colors of #0274F3
Black with #0274F3
Text Example
Text Example
White with #0274F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0274F3; }
p { color: rgb(2,116,243); }
H1.HeaderClassName
{
color: #0274F3;
}
.AnyTagClassName
{
color: #0274F3;
}
</style>
background-color css
<style>
a { background-color: #0274F3; }
a { background-color: rgb(2,116,243); }
div.DivClassName
{
background-color: #0274F3;
}
.BgClassName
{
background-color: #0274F3;
}
</style>
border-color css
<style>
span { border-color: #0274F3; }
span { border-color: rgb(2,116,243); }
td.TdClassName
{
border-color: #0274F3;
}
.TagClassName
{
border-color: #0274F3;
}
</style>