Shades of Curious Blue #4283CE
Tints of Curious Blue #4283CE
RGB
CMYK
RGB Variations
Color information
#4283CE (or 0x4283CE) is known color: Curious Blue. HEX triplet: 42, 83 and CE. RGB value is (66,131,206). Sum of RGB (Red+Green+Blue) = 66+131+206=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #4283CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4283CE is #BD7C31. Grayscale: #777777. Windows color (decimal): -12418098 or 13534018. OLE color: 13534018.
HSL color Cylindrical-coordinate representation of color #4283CE: hue angle of 212.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4283CE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 131 | 206 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.19 |
| HSL | 212.14º | 0.59% | 0.53% | - |
| HSV(B) | 212.14º | 0.68% | 0.81% | - |
| XYZ | 21.5 | 21.85 | 61.48 | - |
| YUV | 120.12 | 176.47 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 206 | 0.68 | 0.36 | 0 | 0.19 | 212.14 | 0.59 | 0.53 |
| Hex | 42 | 83 | CE | 44 | 24 | 0 | 13 | D4 | 3B | 35 |
| Octal | 102 | 203 | 316 | 104 | 44 | 0 | 23 | 324 | 73 | 65 |
| Binary | 1000010 | 10000011 | 11001110 | 1000100 | 100100 | 0 | 10011 | 11010100 | 111011 | 110101 |
Color Harmonies of #4283CE
Complementary color
Monochromatic Colors of #4283CE
Black with #4283CE
Text Example
Text Example
White with #4283CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4283CE; }
p { color: rgb(66,131,206); }
H1.HeaderClassName
{
color: #4283CE;
}
.AnyTagClassName
{
color: #4283CE;
}
</style>
background-color css
<style>
a { background-color: #4283CE; }
a { background-color: rgb(66,131,206); }
div.DivClassName
{
background-color: #4283CE;
}
.BgClassName
{
background-color: #4283CE;
}
</style>
border-color css
<style>
span { border-color: #4283CE; }
span { border-color: rgb(66,131,206); }
td.TdClassName
{
border-color: #4283CE;
}
.TagClassName
{
border-color: #4283CE;
}
</style>