Shades of Dodger Blue #1283F9
Tints of Dodger Blue #1283F9
RGB
CMYK
RGB Variations
Color information
#1283F9 (or 0x1283F9) is known color: Dodger Blue. HEX triplet: 12, 83 and F9. RGB value is (18,131,249). Sum of RGB (Red+Green+Blue) = 18+131+249=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #1283F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1283F9 is #ED7C06. Grayscale: #6E6E6E. Windows color (decimal): -15563783 or 16352018. OLE color: 16352018.
HSL color Cylindrical-coordinate representation of color #1283F9: hue angle of 210.65º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1283F9 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 131 | 249 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.02 |
| HSL | 210.65º | 0.95% | 0.52% | - |
| HSV(B) | 210.65º | 0.93% | 0.98% | - |
| XYZ | 25.46 | 23.2 | 92.76 | - |
| YUV | 110.67 | 206.06 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 249 | 0.93 | 0.47 | 0 | 0.02 | 210.65 | 0.95 | 0.52 |
| Hex | 12 | 83 | F9 | 5D | 2F | 0 | 2 | D3 | 5F | 34 |
| Octal | 22 | 203 | 371 | 135 | 57 | 0 | 2 | 323 | 137 | 64 |
| Binary | 10010 | 10000011 | 11111001 | 1011101 | 101111 | 0 | 10 | 11010011 | 1011111 | 110100 |
Color Harmonies of #1283F9
Complementary color
Monochromatic Colors of #1283F9
Black with #1283F9
Text Example
Text Example
White with #1283F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283F9; }
p { color: rgb(18,131,249); }
H1.HeaderClassName
{
color: #1283F9;
}
.AnyTagClassName
{
color: #1283F9;
}
</style>
background-color css
<style>
a { background-color: #1283F9; }
a { background-color: rgb(18,131,249); }
div.DivClassName
{
background-color: #1283F9;
}
.BgClassName
{
background-color: #1283F9;
}
</style>
border-color css
<style>
span { border-color: #1283F9; }
span { border-color: rgb(18,131,249); }
td.TdClassName
{
border-color: #1283F9;
}
.TagClassName
{
border-color: #1283F9;
}
</style>