Shades of Royal Blue #285CF2
Tints of Royal Blue #285CF2
RGB
CMYK
RGB Variations
Color information
#285CF2 (or 0x285CF2) is known color: Royal Blue. HEX triplet: 28, 5C and F2. RGB value is (40,92,242). Sum of RGB (Red+Green+Blue) = 40+92+242=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 242 (94.92% from 255 or 64.71% from 374); Max value from RGB is 242 - color contains mainly: blue. Hex color #285CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CF2 is #D7A30D. Grayscale: #5C5C5C. Windows color (decimal): -14131982 or 15883304. OLE color: 15883304.
HSL color Cylindrical-coordinate representation of color #285CF2: hue angle of 224.55º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285CF2 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 92 | 242 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.05 |
| HSL | 224.55º | 0.89% | 0.55% | - |
| HSV(B) | 224.55º | 0.83% | 0.95% | - |
| XYZ | 20.73 | 14.52 | 85.71 | - |
| YUV | 93.55 | 211.77 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 242 | 0.83 | 0.62 | 0 | 0.05 | 224.55 | 0.89 | 0.55 |
| Hex | 28 | 5C | F2 | 53 | 3E | 0 | 5 | E1 | 59 | 37 |
| Octal | 50 | 134 | 362 | 123 | 76 | 0 | 5 | 341 | 131 | 67 |
| Binary | 101000 | 1011100 | 11110010 | 1010011 | 111110 | 0 | 101 | 11100001 | 1011001 | 110111 |
Color Harmonies of #285CF2
Complementary color
Monochromatic Colors of #285CF2
Black with #285CF2
Text Example
Text Example
White with #285CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285CF2; }
p { color: rgb(40,92,242); }
H1.HeaderClassName
{
color: #285CF2;
}
.AnyTagClassName
{
color: #285CF2;
}
</style>
background-color css
<style>
a { background-color: #285CF2; }
a { background-color: rgb(40,92,242); }
div.DivClassName
{
background-color: #285CF2;
}
.BgClassName
{
background-color: #285CF2;
}
</style>
border-color css
<style>
span { border-color: #285CF2; }
span { border-color: rgb(40,92,242); }
td.TdClassName
{
border-color: #285CF2;
}
.TagClassName
{
border-color: #285CF2;
}
</style>