Shades of Curious Blue #4283BF
Tints of Curious Blue #4283BF
RGB
CMYK
RGB Variations
Color information
#4283BF (or 0x4283BF) is known color: Curious Blue. HEX triplet: 42, 83 and BF. RGB value is (66,131,191). Sum of RGB (Red+Green+Blue) = 66+131+191=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #4283BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4283BF is #BD7C40. Grayscale: #767676. Windows color (decimal): -12418113 or 12550978. OLE color: 12550978.
HSL color Cylindrical-coordinate representation of color #4283BF: hue angle of 208.8º 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 #4283BF is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 131 | 191 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.25 |
| HSL | 208.8º | 0.49% | 0.5% | - |
| HSV(B) | 208.8º | 0.65% | 0.75% | - |
| XYZ | 19.77 | 21.15 | 52.33 | - |
| YUV | 118.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 191 | 0.65 | 0.31 | 0 | 0.25 | 208.8 | 0.49 | 0.5 |
| Hex | 42 | 83 | BF | 41 | 1F | 0 | 19 | D1 | 31 | 32 |
| Octal | 102 | 203 | 277 | 101 | 37 | 0 | 31 | 321 | 61 | 62 |
| Binary | 1000010 | 10000011 | 10111111 | 1000001 | 11111 | 0 | 11001 | 11010001 | 110001 | 110010 |
Color Harmonies of #4283BF
Complementary color
Monochromatic Colors of #4283BF
Black with #4283BF
Text Example
Text Example
White with #4283BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4283BF; }
p { color: rgb(66,131,191); }
H1.HeaderClassName
{
color: #4283BF;
}
.AnyTagClassName
{
color: #4283BF;
}
</style>
background-color css
<style>
a { background-color: #4283BF; }
a { background-color: rgb(66,131,191); }
div.DivClassName
{
background-color: #4283BF;
}
.BgClassName
{
background-color: #4283BF;
}
</style>
border-color css
<style>
span { border-color: #4283BF; }
span { border-color: rgb(66,131,191); }
td.TdClassName
{
border-color: #4283BF;
}
.TagClassName
{
border-color: #4283BF;
}
</style>