Shades of Curious Blue #287FC4
Tints of Curious Blue #287FC4
RGB
CMYK
RGB Variations
Color information
#287FC4 (or 0x287FC4) is known color: Curious Blue. HEX triplet: 28, 7F and C4. RGB value is (40,127,196). Sum of RGB (Red+Green+Blue) = 40+127+196=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #287FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287FC4 is #D7803B. Grayscale: #6C6C6C. Windows color (decimal): -14123068 or 12877608. OLE color: 12877608.
HSL color Cylindrical-coordinate representation of color #287FC4: hue angle of 206.54º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #287FC4 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 127 | 196 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.23 |
| HSL | 206.54º | 0.66% | 0.46% | - |
| HSV(B) | 206.54º | 0.8% | 0.77% | - |
| XYZ | 18.43 | 19.62 | 55.04 | - |
| YUV | 108.85 | 177.18 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 196 | 0.80 | 0.35 | 0 | 0.23 | 206.54 | 0.66 | 0.46 |
| Hex | 28 | 7F | C4 | 50 | 23 | 0 | 17 | CF | 42 | 2E |
| Octal | 50 | 177 | 304 | 120 | 43 | 0 | 27 | 317 | 102 | 56 |
| Binary | 101000 | 1111111 | 11000100 | 1010000 | 100011 | 0 | 10111 | 11001111 | 1000010 | 101110 |
Color Harmonies of #287FC4
Complementary color
Monochromatic Colors of #287FC4
Black with #287FC4
Text Example
Text Example
White with #287FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FC4; }
p { color: rgb(40,127,196); }
H1.HeaderClassName
{
color: #287FC4;
}
.AnyTagClassName
{
color: #287FC4;
}
</style>
background-color css
<style>
a { background-color: #287FC4; }
a { background-color: rgb(40,127,196); }
div.DivClassName
{
background-color: #287FC4;
}
.BgClassName
{
background-color: #287FC4;
}
</style>
border-color css
<style>
span { border-color: #287FC4; }
span { border-color: rgb(40,127,196); }
td.TdClassName
{
border-color: #287FC4;
}
.TagClassName
{
border-color: #287FC4;
}
</style>