Shades of Curious Blue #4283BE
Tints of Curious Blue #4283BE
RGB
CMYK
RGB Variations
Color information
#4283BE (or 0x4283BE) is known color: Curious Blue. HEX triplet: 42, 83 and BE. RGB value is (66,131,190). Sum of RGB (Red+Green+Blue) = 66+131+190=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #4283BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4283BE is #BD7C41. Grayscale: #757575. Windows color (decimal): -12418114 or 12485442. OLE color: 12485442.
HSL color Cylindrical-coordinate representation of color #4283BE: hue angle of 208.55º 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 #4283BE is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 131 | 190 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.25 |
| HSL | 208.55º | 0.49% | 0.5% | - |
| HSV(B) | 208.55º | 0.65% | 0.75% | - |
| XYZ | 19.66 | 21.11 | 51.75 | - |
| YUV | 118.29 | 168.47 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 190 | 0.65 | 0.31 | 0 | 0.25 | 208.55 | 0.49 | 0.5 |
| Hex | 42 | 83 | BE | 41 | 1F | 0 | 19 | D1 | 31 | 32 |
| Octal | 102 | 203 | 276 | 101 | 37 | 0 | 31 | 321 | 61 | 62 |
| Binary | 1000010 | 10000011 | 10111110 | 1000001 | 11111 | 0 | 11001 | 11010001 | 110001 | 110010 |
Color Harmonies of #4283BE
Complementary color
Monochromatic Colors of #4283BE
Black with #4283BE
Text Example
Text Example
White with #4283BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4283BE; }
p { color: rgb(66,131,190); }
H1.HeaderClassName
{
color: #4283BE;
}
.AnyTagClassName
{
color: #4283BE;
}
</style>
background-color css
<style>
a { background-color: #4283BE; }
a { background-color: rgb(66,131,190); }
div.DivClassName
{
background-color: #4283BE;
}
.BgClassName
{
background-color: #4283BE;
}
</style>
border-color css
<style>
span { border-color: #4283BE; }
span { border-color: rgb(66,131,190); }
td.TdClassName
{
border-color: #4283BE;
}
.TagClassName
{
border-color: #4283BE;
}
</style>