Shades of Curious Blue #4281BD
Tints of Curious Blue #4281BD
RGB
CMYK
RGB Variations
Color information
#4281BD (or 0x4281BD) is known color: Curious Blue. HEX triplet: 42, 81 and BD. RGB value is (66,129,189). Sum of RGB (Red+Green+Blue) = 66+129+189=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #4281BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4281BD is #BD7E42. Grayscale: #747474. Windows color (decimal): -12418627 or 12419394. OLE color: 12419394.
HSL color Cylindrical-coordinate representation of color #4281BD: hue angle of 209.27º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4281BD is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 129 | 189 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.26 |
| HSL | 209.27º | 0.48% | 0.5% | - |
| HSV(B) | 209.27º | 0.65% | 0.74% | - |
| XYZ | 19.28 | 20.53 | 51.09 | - |
| YUV | 117 | 168.63 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 189 | 0.65 | 0.32 | 0 | 0.26 | 209.27 | 0.48 | 0.5 |
| Hex | 42 | 81 | BD | 41 | 20 | 0 | 1A | D1 | 30 | 32 |
| Octal | 102 | 201 | 275 | 101 | 40 | 0 | 32 | 321 | 60 | 62 |
| Binary | 1000010 | 10000001 | 10111101 | 1000001 | 100000 | 0 | 11010 | 11010001 | 110000 | 110010 |
Color Harmonies of #4281BD
Complementary color
Monochromatic Colors of #4281BD
Black with #4281BD
Text Example
Text Example
White with #4281BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281BD; }
p { color: rgb(66,129,189); }
H1.HeaderClassName
{
color: #4281BD;
}
.AnyTagClassName
{
color: #4281BD;
}
</style>
background-color css
<style>
a { background-color: #4281BD; }
a { background-color: rgb(66,129,189); }
div.DivClassName
{
background-color: #4281BD;
}
.BgClassName
{
background-color: #4281BD;
}
</style>
border-color css
<style>
span { border-color: #4281BD; }
span { border-color: rgb(66,129,189); }
td.TdClassName
{
border-color: #4281BD;
}
.TagClassName
{
border-color: #4281BD;
}
</style>