Shades of Curious Blue #4280BF
Tints of Curious Blue #4280BF
RGB
CMYK
RGB Variations
Color information
#4280BF (or 0x4280BF) is known color: Curious Blue. HEX triplet: 42, 80 and BF. RGB value is (66,128,191). Sum of RGB (Red+Green+Blue) = 66+128+191=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #4280BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280BF is #BD7F40. Grayscale: #747474. Windows color (decimal): -12418881 or 12550210. OLE color: 12550210.
HSL color Cylindrical-coordinate representation of color #4280BF: hue angle of 210.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4280BF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 128 | 191 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.25 |
| HSL | 210.24º | 0.49% | 0.5% | - |
| HSV(B) | 210.24º | 0.65% | 0.75% | - |
| XYZ | 19.37 | 20.36 | 52.2 | - |
| YUV | 116.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 191 | 0.65 | 0.33 | 0 | 0.25 | 210.24 | 0.49 | 0.5 |
| Hex | 42 | 80 | BF | 41 | 21 | 0 | 19 | D2 | 31 | 32 |
| Octal | 102 | 200 | 277 | 101 | 41 | 0 | 31 | 322 | 61 | 62 |
| Binary | 1000010 | 10000000 | 10111111 | 1000001 | 100001 | 0 | 11001 | 11010010 | 110001 | 110010 |
Color Harmonies of #4280BF
Complementary color
Monochromatic Colors of #4280BF
Black with #4280BF
Text Example
Text Example
White with #4280BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280BF; }
p { color: rgb(66,128,191); }
H1.HeaderClassName
{
color: #4280BF;
}
.AnyTagClassName
{
color: #4280BF;
}
</style>
background-color css
<style>
a { background-color: #4280BF; }
a { background-color: rgb(66,128,191); }
div.DivClassName
{
background-color: #4280BF;
}
.BgClassName
{
background-color: #4280BF;
}
</style>
border-color css
<style>
span { border-color: #4280BF; }
span { border-color: rgb(66,128,191); }
td.TdClassName
{
border-color: #4280BF;
}
.TagClassName
{
border-color: #4280BF;
}
</style>