Shades of Cerulean Blue #274FE1
Tints of Cerulean Blue #274FE1
RGB
CMYK
RGB Variations
Color information
#274FE1 (or 0x274FE1) is known color: Cerulean Blue. HEX triplet: 27, 4F and E1. RGB value is (39,79,225). Sum of RGB (Red+Green+Blue) = 39+79+225=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #274FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274FE1 is #D8B01E. Grayscale: #535353. Windows color (decimal): -14200863 or 14765863. OLE color: 14765863.
HSL color Cylindrical-coordinate representation of color #274FE1: hue angle of 227.1º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274FE1 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 79 | 225 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.12 |
| HSL | 227.1º | 0.76% | 0.52% | - |
| HSV(B) | 227.1º | 0.83% | 0.88% | - |
| XYZ | 17.22 | 11.46 | 72.54 | - |
| YUV | 83.68 | 207.75 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 225 | 0.83 | 0.65 | 0 | 0.12 | 227.1 | 0.76 | 0.52 |
| Hex | 27 | 4F | E1 | 53 | 41 | 0 | C | E3 | 4C | 34 |
| Octal | 47 | 117 | 341 | 123 | 101 | 0 | 14 | 343 | 114 | 64 |
| Binary | 100111 | 1001111 | 11100001 | 1010011 | 1000001 | 0 | 1100 | 11100011 | 1001100 | 110100 |
Color Harmonies of #274FE1
Complementary color
Monochromatic Colors of #274FE1
Black with #274FE1
Text Example
Text Example
White with #274FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274FE1; }
p { color: rgb(39,79,225); }
H1.HeaderClassName
{
color: #274FE1;
}
.AnyTagClassName
{
color: #274FE1;
}
</style>
background-color css
<style>
a { background-color: #274FE1; }
a { background-color: rgb(39,79,225); }
div.DivClassName
{
background-color: #274FE1;
}
.BgClassName
{
background-color: #274FE1;
}
</style>
border-color css
<style>
span { border-color: #274FE1; }
span { border-color: rgb(39,79,225); }
td.TdClassName
{
border-color: #274FE1;
}
.TagClassName
{
border-color: #274FE1;
}
</style>