Shades of Curious Blue #257EC1
Tints of Curious Blue #257EC1
RGB
CMYK
RGB Variations
Color information
#257EC1 (or 0x257EC1) is known color: Curious Blue. HEX triplet: 25, 7E and C1. RGB value is (37,126,193). Sum of RGB (Red+Green+Blue) = 37+126+193=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #257EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EC1 is #DA813E. Grayscale: #6A6A6A. Windows color (decimal): -14319935 or 12680741. OLE color: 12680741.
HSL color Cylindrical-coordinate representation of color #257EC1: hue angle of 205.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257EC1 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 126 | 193 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.24 |
| HSL | 205.77º | 0.68% | 0.45% | - |
| HSV(B) | 205.77º | 0.81% | 0.76% | - |
| XYZ | 17.85 | 19.17 | 53.21 | - |
| YUV | 107.03 | 176.51 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 193 | 0.81 | 0.35 | 0 | 0.24 | 205.77 | 0.68 | 0.45 |
| Hex | 25 | 7E | C1 | 51 | 23 | 0 | 18 | CE | 44 | 2D |
| Octal | 45 | 176 | 301 | 121 | 43 | 0 | 30 | 316 | 104 | 55 |
| Binary | 100101 | 1111110 | 11000001 | 1010001 | 100011 | 0 | 11000 | 11001110 | 1000100 | 101101 |
Color Harmonies of #257EC1
Complementary color
Monochromatic Colors of #257EC1
Black with #257EC1
Text Example
Text Example
White with #257EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EC1; }
p { color: rgb(37,126,193); }
H1.HeaderClassName
{
color: #257EC1;
}
.AnyTagClassName
{
color: #257EC1;
}
</style>
background-color css
<style>
a { background-color: #257EC1; }
a { background-color: rgb(37,126,193); }
div.DivClassName
{
background-color: #257EC1;
}
.BgClassName
{
background-color: #257EC1;
}
</style>
border-color css
<style>
span { border-color: #257EC1; }
span { border-color: rgb(37,126,193); }
td.TdClassName
{
border-color: #257EC1;
}
.TagClassName
{
border-color: #257EC1;
}
</style>