Shades of Cerulean Blue #274AE0
Tints of Cerulean Blue #274AE0
RGB
CMYK
RGB Variations
Color information
#274AE0 (or 0x274AE0) is known color: Cerulean Blue. HEX triplet: 27, 4A and E0. RGB value is (39,74,224). Sum of RGB (Red+Green+Blue) = 39+74+224=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #274AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274AE0 is #D8B51F. Grayscale: #505050. Windows color (decimal): -14202144 or 14699047. OLE color: 14699047.
HSL color Cylindrical-coordinate representation of color #274AE0: hue angle of 228.65º degrees, saturation: 0.75, 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 #274AE0 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 74 | 224 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.12 |
| HSL | 228.65º | 0.75% | 0.52% | - |
| HSV(B) | 228.65º | 0.83% | 0.88% | - |
| XYZ | 16.74 | 10.71 | 71.71 | - |
| YUV | 80.64 | 208.9 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 224 | 0.83 | 0.67 | 0 | 0.12 | 228.65 | 0.75 | 0.52 |
| Hex | 27 | 4A | E0 | 53 | 43 | 0 | C | E5 | 4B | 34 |
| Octal | 47 | 112 | 340 | 123 | 103 | 0 | 14 | 345 | 113 | 64 |
| Binary | 100111 | 1001010 | 11100000 | 1010011 | 1000011 | 0 | 1100 | 11100101 | 1001011 | 110100 |
Color Harmonies of #274AE0
Complementary color
Monochromatic Colors of #274AE0
Black with #274AE0
Text Example
Text Example
White with #274AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274AE0; }
p { color: rgb(39,74,224); }
H1.HeaderClassName
{
color: #274AE0;
}
.AnyTagClassName
{
color: #274AE0;
}
</style>
background-color css
<style>
a { background-color: #274AE0; }
a { background-color: rgb(39,74,224); }
div.DivClassName
{
background-color: #274AE0;
}
.BgClassName
{
background-color: #274AE0;
}
</style>
border-color css
<style>
span { border-color: #274AE0; }
span { border-color: rgb(39,74,224); }
td.TdClassName
{
border-color: #274AE0;
}
.TagClassName
{
border-color: #274AE0;
}
</style>