Shades of Cerulean Blue #274ACF
Tints of Cerulean Blue #274ACF
RGB
CMYK
RGB Variations
Color information
#274ACF (or 0x274ACF) is known color: Cerulean Blue. HEX triplet: 27, 4A and CF. RGB value is (39,74,207). Sum of RGB (Red+Green+Blue) = 39+74+207=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #274ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274ACF is #D8B530. Grayscale: #4E4E4E. Windows color (decimal): -14202161 or 13584935. OLE color: 13584935.
HSL color Cylindrical-coordinate representation of color #274ACF: hue angle of 227.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274ACF is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 74 | 207 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.19 |
| HSL | 227.5º | 0.68% | 0.48% | - |
| HSV(B) | 227.5º | 0.81% | 0.81% | - |
| XYZ | 14.55 | 9.83 | 60.16 | - |
| YUV | 78.7 | 200.4 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 207 | 0.81 | 0.64 | 0 | 0.19 | 227.5 | 0.68 | 0.48 |
| Hex | 27 | 4A | CF | 51 | 40 | 0 | 13 | E4 | 44 | 30 |
| Octal | 47 | 112 | 317 | 121 | 100 | 0 | 23 | 344 | 104 | 60 |
| Binary | 100111 | 1001010 | 11001111 | 1010001 | 1000000 | 0 | 10011 | 11100100 | 1000100 | 110000 |
Color Harmonies of #274ACF
Complementary color
Monochromatic Colors of #274ACF
Black with #274ACF
Text Example
Text Example
White with #274ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274ACF; }
p { color: rgb(39,74,207); }
H1.HeaderClassName
{
color: #274ACF;
}
.AnyTagClassName
{
color: #274ACF;
}
</style>
background-color css
<style>
a { background-color: #274ACF; }
a { background-color: rgb(39,74,207); }
div.DivClassName
{
background-color: #274ACF;
}
.BgClassName
{
background-color: #274ACF;
}
</style>
border-color css
<style>
span { border-color: #274ACF; }
span { border-color: rgb(39,74,207); }
td.TdClassName
{
border-color: #274ACF;
}
.TagClassName
{
border-color: #274ACF;
}
</style>