Shades of Curious Blue #4285BB
Tints of Curious Blue #4285BB
RGB
CMYK
RGB Variations
Color information
#4285BB (or 0x4285BB) is known color: Curious Blue. HEX triplet: 42, 85 and BB. RGB value is (66,133,187). Sum of RGB (Red+Green+Blue) = 66+133+187=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #4285BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4285BB is #BD7A44. Grayscale: #767676. Windows color (decimal): -12417605 or 12289346. OLE color: 12289346.
HSL color Cylindrical-coordinate representation of color #4285BB: hue angle of 206.78º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4285BB is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 133 | 187 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.27 |
| HSL | 206.78º | 0.48% | 0.5% | - |
| HSV(B) | 206.78º | 0.65% | 0.73% | - |
| XYZ | 19.6 | 21.52 | 50.13 | - |
| YUV | 119.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 187 | 0.65 | 0.29 | 0 | 0.27 | 206.78 | 0.48 | 0.5 |
| Hex | 42 | 85 | BB | 41 | 1D | 0 | 1B | CF | 30 | 32 |
| Octal | 102 | 205 | 273 | 101 | 35 | 0 | 33 | 317 | 60 | 62 |
| Binary | 1000010 | 10000101 | 10111011 | 1000001 | 11101 | 0 | 11011 | 11001111 | 110000 | 110010 |
Color Harmonies of #4285BB
Complementary color
Monochromatic Colors of #4285BB
Black with #4285BB
Text Example
Text Example
White with #4285BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4285BB; }
p { color: rgb(66,133,187); }
H1.HeaderClassName
{
color: #4285BB;
}
.AnyTagClassName
{
color: #4285BB;
}
</style>
background-color css
<style>
a { background-color: #4285BB; }
a { background-color: rgb(66,133,187); }
div.DivClassName
{
background-color: #4285BB;
}
.BgClassName
{
background-color: #4285BB;
}
</style>
border-color css
<style>
span { border-color: #4285BB; }
span { border-color: rgb(66,133,187); }
td.TdClassName
{
border-color: #4285BB;
}
.TagClassName
{
border-color: #4285BB;
}
</style>