Shades of Curious Blue #4285BD
Tints of Curious Blue #4285BD
RGB
CMYK
RGB Variations
Color information
#4285BD (or 0x4285BD) is known color: Curious Blue. HEX triplet: 42, 85 and BD. RGB value is (66,133,189). Sum of RGB (Red+Green+Blue) = 66+133+189=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #4285BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4285BD is #BD7A42. Grayscale: #777777. Windows color (decimal): -12417603 or 12420418. OLE color: 12420418.
HSL color Cylindrical-coordinate representation of color #4285BD: hue angle of 207.32º 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 #4285BD is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 133 | 189 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.26 |
| HSL | 207.32º | 0.48% | 0.5% | - |
| HSV(B) | 207.32º | 0.65% | 0.74% | - |
| XYZ | 19.82 | 21.61 | 51.27 | - |
| YUV | 119.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 189 | 0.65 | 0.30 | 0 | 0.26 | 207.32 | 0.48 | 0.5 |
| Hex | 42 | 85 | BD | 41 | 1E | 0 | 1A | CF | 30 | 32 |
| Octal | 102 | 205 | 275 | 101 | 36 | 0 | 32 | 317 | 60 | 62 |
| Binary | 1000010 | 10000101 | 10111101 | 1000001 | 11110 | 0 | 11010 | 11001111 | 110000 | 110010 |
Color Harmonies of #4285BD
Complementary color
Monochromatic Colors of #4285BD
Black with #4285BD
Text Example
Text Example
White with #4285BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4285BD; }
p { color: rgb(66,133,189); }
H1.HeaderClassName
{
color: #4285BD;
}
.AnyTagClassName
{
color: #4285BD;
}
</style>
background-color css
<style>
a { background-color: #4285BD; }
a { background-color: rgb(66,133,189); }
div.DivClassName
{
background-color: #4285BD;
}
.BgClassName
{
background-color: #4285BD;
}
</style>
border-color css
<style>
span { border-color: #4285BD; }
span { border-color: rgb(66,133,189); }
td.TdClassName
{
border-color: #4285BD;
}
.TagClassName
{
border-color: #4285BD;
}
</style>