Shades of Cerulean Blue #274BCF
Tints of Cerulean Blue #274BCF
RGB
CMYK
RGB Variations
Color information
#274BCF (or 0x274BCF) is known color: Cerulean Blue. HEX triplet: 27, 4B and CF. RGB value is (39,75,207). Sum of RGB (Red+Green+Blue) = 39+75+207=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #274BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BCF is #D8B430. Grayscale: #4E4E4E. Windows color (decimal): -14201905 or 13585191. OLE color: 13585191.
HSL color Cylindrical-coordinate representation of color #274BCF: hue angle of 227.14º 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 #274BCF is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 75 | 207 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.19 |
| HSL | 227.14º | 0.68% | 0.48% | - |
| HSV(B) | 227.14º | 0.81% | 0.81% | - |
| XYZ | 14.62 | 9.97 | 60.19 | - |
| YUV | 79.28 | 200.07 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 207 | 0.81 | 0.64 | 0 | 0.19 | 227.14 | 0.68 | 0.48 |
| Hex | 27 | 4B | CF | 51 | 40 | 0 | 13 | E3 | 44 | 30 |
| Octal | 47 | 113 | 317 | 121 | 100 | 0 | 23 | 343 | 104 | 60 |
| Binary | 100111 | 1001011 | 11001111 | 1010001 | 1000000 | 0 | 10011 | 11100011 | 1000100 | 110000 |
Color Harmonies of #274BCF
Complementary color
Monochromatic Colors of #274BCF
Black with #274BCF
Text Example
Text Example
White with #274BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BCF; }
p { color: rgb(39,75,207); }
H1.HeaderClassName
{
color: #274BCF;
}
.AnyTagClassName
{
color: #274BCF;
}
</style>
background-color css
<style>
a { background-color: #274BCF; }
a { background-color: rgb(39,75,207); }
div.DivClassName
{
background-color: #274BCF;
}
.BgClassName
{
background-color: #274BCF;
}
</style>
border-color css
<style>
span { border-color: #274BCF; }
span { border-color: rgb(39,75,207); }
td.TdClassName
{
border-color: #274BCF;
}
.TagClassName
{
border-color: #274BCF;
}
</style>