Shades of Cerulean Blue #274EC8
Tints of Cerulean Blue #274EC8
RGB
CMYK
RGB Variations
Color information
#274EC8 (or 0x274EC8) is known color: Cerulean Blue. HEX triplet: 27, 4E and C8. RGB value is (39,78,200). Sum of RGB (Red+Green+Blue) = 39+78+200=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 200 (78.52% from 255 or 63.09% from 317); Max value from RGB is 200 - color contains mainly: blue. Hex color #274EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EC8 is #D8B137. Grayscale: #4F4F4F. Windows color (decimal): -14201144 or 13127207. OLE color: 13127207.
HSL color Cylindrical-coordinate representation of color #274EC8: hue angle of 225.47º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274EC8 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 78 | 200 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.22 |
| HSL | 225.47º | 0.67% | 0.47% | - |
| HSV(B) | 225.47º | 0.81% | 0.78% | - |
| XYZ | 13.99 | 10.05 | 55.85 | - |
| YUV | 80.25 | 195.58 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 200 | 0.80 | 0.61 | 0 | 0.22 | 225.47 | 0.67 | 0.47 |
| Hex | 27 | 4E | C8 | 50 | 3D | 0 | 16 | E1 | 43 | 2F |
| Octal | 47 | 116 | 310 | 120 | 75 | 0 | 26 | 341 | 103 | 57 |
| Binary | 100111 | 1001110 | 11001000 | 1010000 | 111101 | 0 | 10110 | 11100001 | 1000011 | 101111 |
Color Harmonies of #274EC8
Complementary color
Monochromatic Colors of #274EC8
Black with #274EC8
Text Example
Text Example
White with #274EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274EC8; }
p { color: rgb(39,78,200); }
H1.HeaderClassName
{
color: #274EC8;
}
.AnyTagClassName
{
color: #274EC8;
}
</style>
background-color css
<style>
a { background-color: #274EC8; }
a { background-color: rgb(39,78,200); }
div.DivClassName
{
background-color: #274EC8;
}
.BgClassName
{
background-color: #274EC8;
}
</style>
border-color css
<style>
span { border-color: #274EC8; }
span { border-color: rgb(39,78,200); }
td.TdClassName
{
border-color: #274EC8;
}
.TagClassName
{
border-color: #274EC8;
}
</style>