Shades of Curious Blue #2583CF
Tints of Curious Blue #2583CF
RGB
CMYK
RGB Variations
Color information
#2583CF (or 0x2583CF) is known color: Curious Blue. HEX triplet: 25, 83 and CF. RGB value is (37,131,207). Sum of RGB (Red+Green+Blue) = 37+131+207=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #2583CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2583CF is #DA7C30. Grayscale: #6F6F6F. Windows color (decimal): -14318641 or 13599525. OLE color: 13599525.
HSL color Cylindrical-coordinate representation of color #2583CF: hue angle of 206.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2583CF is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 131 | 207 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.19 |
| HSL | 206.82º | 0.7% | 0.48% | - |
| HSV(B) | 206.82º | 0.82% | 0.81% | - |
| XYZ | 20.14 | 21.13 | 62.05 | - |
| YUV | 111.56 | 181.86 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 131 | 207 | 0.82 | 0.37 | 0 | 0.19 | 206.82 | 0.7 | 0.48 |
| Hex | 25 | 83 | CF | 52 | 25 | 0 | 13 | CF | 46 | 30 |
| Octal | 45 | 203 | 317 | 122 | 45 | 0 | 23 | 317 | 106 | 60 |
| Binary | 100101 | 10000011 | 11001111 | 1010010 | 100101 | 0 | 10011 | 11001111 | 1000110 | 110000 |
Color Harmonies of #2583CF
Complementary color
Monochromatic Colors of #2583CF
Black with #2583CF
Text Example
Text Example
White with #2583CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2583CF; }
p { color: rgb(37,131,207); }
H1.HeaderClassName
{
color: #2583CF;
}
.AnyTagClassName
{
color: #2583CF;
}
</style>
background-color css
<style>
a { background-color: #2583CF; }
a { background-color: rgb(37,131,207); }
div.DivClassName
{
background-color: #2583CF;
}
.BgClassName
{
background-color: #2583CF;
}
</style>
border-color css
<style>
span { border-color: #2583CF; }
span { border-color: rgb(37,131,207); }
td.TdClassName
{
border-color: #2583CF;
}
.TagClassName
{
border-color: #2583CF;
}
</style>