Shades of Curious Blue #288FD4
Tints of Curious Blue #288FD4
RGB
CMYK
RGB Variations
Color information
#288FD4 (or 0x288FD4) is known color: Curious Blue. HEX triplet: 28, 8F and D4. RGB value is (40,143,212). Sum of RGB (Red+Green+Blue) = 40+143+212=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #288FD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FD4 is #D7702B. Grayscale: #777777. Windows color (decimal): -14118956 or 13930280. OLE color: 13930280.
HSL color Cylindrical-coordinate representation of color #288FD4: hue angle of 204.07º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288FD4 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 143 | 212 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.17 |
| HSL | 204.07º | 0.68% | 0.49% | - |
| HSV(B) | 204.07º | 0.81% | 0.83% | - |
| XYZ | 22.58 | 24.85 | 65.89 | - |
| YUV | 120.07 | 179.88 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 212 | 0.81 | 0.33 | 0 | 0.17 | 204.07 | 0.68 | 0.49 |
| Hex | 28 | 8F | D4 | 51 | 21 | 0 | 11 | CC | 44 | 31 |
| Octal | 50 | 217 | 324 | 121 | 41 | 0 | 21 | 314 | 104 | 61 |
| Binary | 101000 | 10001111 | 11010100 | 1010001 | 100001 | 0 | 10001 | 11001100 | 1000100 | 110001 |
Color Harmonies of #288FD4
Complementary color
Monochromatic Colors of #288FD4
Black with #288FD4
Text Example
Text Example
White with #288FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FD4; }
p { color: rgb(40,143,212); }
H1.HeaderClassName
{
color: #288FD4;
}
.AnyTagClassName
{
color: #288FD4;
}
</style>
background-color css
<style>
a { background-color: #288FD4; }
a { background-color: rgb(40,143,212); }
div.DivClassName
{
background-color: #288FD4;
}
.BgClassName
{
background-color: #288FD4;
}
</style>
border-color css
<style>
span { border-color: #288FD4; }
span { border-color: rgb(40,143,212); }
td.TdClassName
{
border-color: #288FD4;
}
.TagClassName
{
border-color: #288FD4;
}
</style>