Shades of Curious Blue #4281BE
Tints of Curious Blue #4281BE
RGB
CMYK
RGB Variations
Color information
#4281BE (or 0x4281BE) is known color: Curious Blue. HEX triplet: 42, 81 and BE. RGB value is (66,129,190). Sum of RGB (Red+Green+Blue) = 66+129+190=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #4281BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4281BE is #BD7E41. Grayscale: #747474. Windows color (decimal): -12418626 or 12484930. OLE color: 12484930.
HSL color Cylindrical-coordinate representation of color #4281BE: hue angle of 209.52º 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 #4281BE is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 129 | 190 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.25 |
| HSL | 209.52º | 0.49% | 0.5% | - |
| HSV(B) | 209.52º | 0.65% | 0.75% | - |
| XYZ | 19.39 | 20.58 | 51.66 | - |
| YUV | 117.12 | 169.13 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 190 | 0.65 | 0.32 | 0 | 0.25 | 209.52 | 0.49 | 0.5 |
| Hex | 42 | 81 | BE | 41 | 20 | 0 | 19 | D2 | 31 | 32 |
| Octal | 102 | 201 | 276 | 101 | 40 | 0 | 31 | 322 | 61 | 62 |
| Binary | 1000010 | 10000001 | 10111110 | 1000001 | 100000 | 0 | 11001 | 11010010 | 110001 | 110010 |
Color Harmonies of #4281BE
Complementary color
Monochromatic Colors of #4281BE
Black with #4281BE
Text Example
Text Example
White with #4281BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281BE; }
p { color: rgb(66,129,190); }
H1.HeaderClassName
{
color: #4281BE;
}
.AnyTagClassName
{
color: #4281BE;
}
</style>
background-color css
<style>
a { background-color: #4281BE; }
a { background-color: rgb(66,129,190); }
div.DivClassName
{
background-color: #4281BE;
}
.BgClassName
{
background-color: #4281BE;
}
</style>
border-color css
<style>
span { border-color: #4281BE; }
span { border-color: rgb(66,129,190); }
td.TdClassName
{
border-color: #4281BE;
}
.TagClassName
{
border-color: #4281BE;
}
</style>