Shades of Curious Blue #237FCD
Tints of Curious Blue #237FCD
RGB
CMYK
RGB Variations
Color information
#237FCD (or 0x237FCD) is known color: Curious Blue. HEX triplet: 23, 7F and CD. RGB value is (35,127,205). Sum of RGB (Red+Green+Blue) = 35+127+205=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #237FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237FCD is #DC8032. Grayscale: #6B6B6B. Windows color (decimal): -14450739 or 13467427. OLE color: 13467427.
HSL color Cylindrical-coordinate representation of color #237FCD: hue angle of 207.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #237FCD is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 127 | 205 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.20 |
| HSL | 207.53º | 0.71% | 0.47% | - |
| HSV(B) | 207.53º | 0.83% | 0.8% | - |
| XYZ | 19.3 | 19.94 | 60.59 | - |
| YUV | 108.38 | 182.52 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 205 | 0.83 | 0.38 | 0 | 0.20 | 207.53 | 0.71 | 0.47 |
| Hex | 23 | 7F | CD | 53 | 26 | 0 | 14 | D0 | 47 | 2F |
| Octal | 43 | 177 | 315 | 123 | 46 | 0 | 24 | 320 | 107 | 57 |
| Binary | 100011 | 1111111 | 11001101 | 1010011 | 100110 | 0 | 10100 | 11010000 | 1000111 | 101111 |
Color Harmonies of #237FCD
Complementary color
Monochromatic Colors of #237FCD
Black with #237FCD
Text Example
Text Example
White with #237FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FCD; }
p { color: rgb(35,127,205); }
H1.HeaderClassName
{
color: #237FCD;
}
.AnyTagClassName
{
color: #237FCD;
}
</style>
background-color css
<style>
a { background-color: #237FCD; }
a { background-color: rgb(35,127,205); }
div.DivClassName
{
background-color: #237FCD;
}
.BgClassName
{
background-color: #237FCD;
}
</style>
border-color css
<style>
span { border-color: #237FCD; }
span { border-color: rgb(35,127,205); }
td.TdClassName
{
border-color: #237FCD;
}
.TagClassName
{
border-color: #237FCD;
}
</style>