Shades of Royal Blue #285DF4
Tints of Royal Blue #285DF4
RGB
CMYK
RGB Variations
Color information
#285DF4 (or 0x285DF4) is known color: Royal Blue. HEX triplet: 28, 5D and F4. RGB value is (40,93,244). Sum of RGB (Red+Green+Blue) = 40+93+244=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 244 (95.70% from 255 or 64.72% from 377); Max value from RGB is 244 - color contains mainly: blue. Hex color #285DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DF4 is #D7A20B. Grayscale: #5D5D5D. Windows color (decimal): -14131724 or 16014632. OLE color: 16014632.
HSL color Cylindrical-coordinate representation of color #285DF4: hue angle of 224.41º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #285DF4 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 93 | 244 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.04 |
| HSL | 224.41º | 0.9% | 0.56% | - |
| HSV(B) | 224.41º | 0.84% | 0.96% | - |
| XYZ | 21.12 | 14.81 | 87.33 | - |
| YUV | 94.37 | 212.44 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 244 | 0.84 | 0.62 | 0 | 0.04 | 224.41 | 0.9 | 0.56 |
| Hex | 28 | 5D | F4 | 54 | 3E | 0 | 4 | E0 | 5A | 38 |
| Octal | 50 | 135 | 364 | 124 | 76 | 0 | 4 | 340 | 132 | 70 |
| Binary | 101000 | 1011101 | 11110100 | 1010100 | 111110 | 0 | 100 | 11100000 | 1011010 | 111000 |
Color Harmonies of #285DF4
Complementary color
Monochromatic Colors of #285DF4
Black with #285DF4
Text Example
Text Example
White with #285DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DF4; }
p { color: rgb(40,93,244); }
H1.HeaderClassName
{
color: #285DF4;
}
.AnyTagClassName
{
color: #285DF4;
}
</style>
background-color css
<style>
a { background-color: #285DF4; }
a { background-color: rgb(40,93,244); }
div.DivClassName
{
background-color: #285DF4;
}
.BgClassName
{
background-color: #285DF4;
}
</style>
border-color css
<style>
span { border-color: #285DF4; }
span { border-color: rgb(40,93,244); }
td.TdClassName
{
border-color: #285DF4;
}
.TagClassName
{
border-color: #285DF4;
}
</style>