Shades of Curious Blue #257EC2
Tints of Curious Blue #257EC2
RGB
CMYK
RGB Variations
Color information
#257EC2 (or 0x257EC2) is known color: Curious Blue. HEX triplet: 25, 7E and C2. RGB value is (37,126,194). Sum of RGB (Red+Green+Blue) = 37+126+194=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #257EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EC2 is #DA813D. Grayscale: #6A6A6A. Windows color (decimal): -14319934 or 12746277. OLE color: 12746277.
HSL color Cylindrical-coordinate representation of color #257EC2: hue angle of 205.99º 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 #257EC2 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 126 | 194 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.24 |
| HSL | 205.99º | 0.68% | 0.45% | - |
| HSV(B) | 205.99º | 0.81% | 0.76% | - |
| XYZ | 17.96 | 19.21 | 53.8 | - |
| YUV | 107.14 | 177.01 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 194 | 0.81 | 0.35 | 0 | 0.24 | 205.99 | 0.68 | 0.45 |
| Hex | 25 | 7E | C2 | 51 | 23 | 0 | 18 | CE | 44 | 2D |
| Octal | 45 | 176 | 302 | 121 | 43 | 0 | 30 | 316 | 104 | 55 |
| Binary | 100101 | 1111110 | 11000010 | 1010001 | 100011 | 0 | 11000 | 11001110 | 1000100 | 101101 |
Color Harmonies of #257EC2
Complementary color
Monochromatic Colors of #257EC2
Black with #257EC2
Text Example
Text Example
White with #257EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EC2; }
p { color: rgb(37,126,194); }
H1.HeaderClassName
{
color: #257EC2;
}
.AnyTagClassName
{
color: #257EC2;
}
</style>
background-color css
<style>
a { background-color: #257EC2; }
a { background-color: rgb(37,126,194); }
div.DivClassName
{
background-color: #257EC2;
}
.BgClassName
{
background-color: #257EC2;
}
</style>
border-color css
<style>
span { border-color: #257EC2; }
span { border-color: rgb(37,126,194); }
td.TdClassName
{
border-color: #257EC2;
}
.TagClassName
{
border-color: #257EC2;
}
</style>