Shades of Curious Blue #257EC4
Tints of Curious Blue #257EC4
RGB
CMYK
RGB Variations
Color information
#257EC4 (or 0x257EC4) is known color: Curious Blue. HEX triplet: 25, 7E and C4. RGB value is (37,126,196). Sum of RGB (Red+Green+Blue) = 37+126+196=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #257EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EC4 is #DA813B. Grayscale: #6A6A6A. Windows color (decimal): -14319932 or 12877349. OLE color: 12877349.
HSL color Cylindrical-coordinate representation of color #257EC4: hue angle of 206.42º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257EC4 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 126 | 196 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.23 |
| HSL | 206.42º | 0.68% | 0.46% | - |
| HSV(B) | 206.42º | 0.81% | 0.77% | - |
| XYZ | 18.19 | 19.3 | 54.99 | - |
| YUV | 107.37 | 178.01 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 196 | 0.81 | 0.36 | 0 | 0.23 | 206.42 | 0.68 | 0.46 |
| Hex | 25 | 7E | C4 | 51 | 24 | 0 | 17 | CE | 44 | 2E |
| Octal | 45 | 176 | 304 | 121 | 44 | 0 | 27 | 316 | 104 | 56 |
| Binary | 100101 | 1111110 | 11000100 | 1010001 | 100100 | 0 | 10111 | 11001110 | 1000100 | 101110 |
Color Harmonies of #257EC4
Complementary color
Monochromatic Colors of #257EC4
Black with #257EC4
Text Example
Text Example
White with #257EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EC4; }
p { color: rgb(37,126,196); }
H1.HeaderClassName
{
color: #257EC4;
}
.AnyTagClassName
{
color: #257EC4;
}
</style>
background-color css
<style>
a { background-color: #257EC4; }
a { background-color: rgb(37,126,196); }
div.DivClassName
{
background-color: #257EC4;
}
.BgClassName
{
background-color: #257EC4;
}
</style>
border-color css
<style>
span { border-color: #257EC4; }
span { border-color: rgb(37,126,196); }
td.TdClassName
{
border-color: #257EC4;
}
.TagClassName
{
border-color: #257EC4;
}
</style>