Shades of Curious Blue #2583CE
Tints of Curious Blue #2583CE
RGB
CMYK
RGB Variations
Color information
#2583CE (or 0x2583CE) is known color: Curious Blue. HEX triplet: 25, 83 and CE. RGB value is (37,131,206). Sum of RGB (Red+Green+Blue) = 37+131+206=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #2583CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2583CE is #DA7C31. Grayscale: #6F6F6F. Windows color (decimal): -14318642 or 13533989. OLE color: 13533989.
HSL color Cylindrical-coordinate representation of color #2583CE: hue angle of 206.63º 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 #2583CE is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 131 | 206 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.19 |
| HSL | 206.63º | 0.7% | 0.48% | - |
| HSV(B) | 206.63º | 0.82% | 0.81% | - |
| XYZ | 20.02 | 21.08 | 61.41 | - |
| YUV | 111.44 | 181.36 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 131 | 206 | 0.82 | 0.36 | 0 | 0.19 | 206.63 | 0.7 | 0.48 |
| Hex | 25 | 83 | CE | 52 | 24 | 0 | 13 | CF | 46 | 30 |
| Octal | 45 | 203 | 316 | 122 | 44 | 0 | 23 | 317 | 106 | 60 |
| Binary | 100101 | 10000011 | 11001110 | 1010010 | 100100 | 0 | 10011 | 11001111 | 1000110 | 110000 |
Color Harmonies of #2583CE
Complementary color
Monochromatic Colors of #2583CE
Black with #2583CE
Text Example
Text Example
White with #2583CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2583CE; }
p { color: rgb(37,131,206); }
H1.HeaderClassName
{
color: #2583CE;
}
.AnyTagClassName
{
color: #2583CE;
}
</style>
background-color css
<style>
a { background-color: #2583CE; }
a { background-color: rgb(37,131,206); }
div.DivClassName
{
background-color: #2583CE;
}
.BgClassName
{
background-color: #2583CE;
}
</style>
border-color css
<style>
span { border-color: #2583CE; }
span { border-color: rgb(37,131,206); }
td.TdClassName
{
border-color: #2583CE;
}
.TagClassName
{
border-color: #2583CE;
}
</style>