Shades of Curious Blue #287ACF
Tints of Curious Blue #287ACF
RGB
CMYK
RGB Variations
Color information
#287ACF (or 0x287ACF) is known color: Curious Blue. HEX triplet: 28, 7A and CF. RGB value is (40,122,207). Sum of RGB (Red+Green+Blue) = 40+122+207=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #287ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ACF is #D78530. Grayscale: #6A6A6A. Windows color (decimal): -14124337 or 13597224. OLE color: 13597224.
HSL color Cylindrical-coordinate representation of color #287ACF: hue angle of 210.54º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #287ACF is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 122 | 207 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.19 |
| HSL | 210.54º | 0.68% | 0.48% | - |
| HSV(B) | 210.54º | 0.81% | 0.81% | - |
| XYZ | 19.1 | 18.88 | 61.67 | - |
| YUV | 107.17 | 184.33 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 207 | 0.81 | 0.41 | 0 | 0.19 | 210.54 | 0.68 | 0.48 |
| Hex | 28 | 7A | CF | 51 | 29 | 0 | 13 | D3 | 44 | 30 |
| Octal | 50 | 172 | 317 | 121 | 51 | 0 | 23 | 323 | 104 | 60 |
| Binary | 101000 | 1111010 | 11001111 | 1010001 | 101001 | 0 | 10011 | 11010011 | 1000100 | 110000 |
Color Harmonies of #287ACF
Complementary color
Monochromatic Colors of #287ACF
Black with #287ACF
Text Example
Text Example
White with #287ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287ACF; }
p { color: rgb(40,122,207); }
H1.HeaderClassName
{
color: #287ACF;
}
.AnyTagClassName
{
color: #287ACF;
}
</style>
background-color css
<style>
a { background-color: #287ACF; }
a { background-color: rgb(40,122,207); }
div.DivClassName
{
background-color: #287ACF;
}
.BgClassName
{
background-color: #287ACF;
}
</style>
border-color css
<style>
span { border-color: #287ACF; }
span { border-color: rgb(40,122,207); }
td.TdClassName
{
border-color: #287ACF;
}
.TagClassName
{
border-color: #287ACF;
}
</style>