Shades of Cerulean Blue #274FCB
Tints of Cerulean Blue #274FCB
RGB
CMYK
RGB Variations
Color information
#274FCB (or 0x274FCB) is known color: Cerulean Blue. HEX triplet: 27, 4F and CB. RGB value is (39,79,203). Sum of RGB (Red+Green+Blue) = 39+79+203=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #274FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274FCB is #D8B034. Grayscale: #505050. Windows color (decimal): -14200885 or 13324071. OLE color: 13324071.
HSL color Cylindrical-coordinate representation of color #274FCB: hue angle of 225.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274FCB is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 79 | 203 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.20 |
| HSL | 225.37º | 0.68% | 0.47% | - |
| HSV(B) | 225.37º | 0.81% | 0.8% | - |
| XYZ | 14.41 | 10.34 | 57.74 | - |
| YUV | 81.18 | 196.75 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 203 | 0.81 | 0.61 | 0 | 0.20 | 225.37 | 0.68 | 0.47 |
| Hex | 27 | 4F | CB | 51 | 3D | 0 | 14 | E1 | 44 | 2F |
| Octal | 47 | 117 | 313 | 121 | 75 | 0 | 24 | 341 | 104 | 57 |
| Binary | 100111 | 1001111 | 11001011 | 1010001 | 111101 | 0 | 10100 | 11100001 | 1000100 | 101111 |
Color Harmonies of #274FCB
Complementary color
Monochromatic Colors of #274FCB
Black with #274FCB
Text Example
Text Example
White with #274FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274FCB; }
p { color: rgb(39,79,203); }
H1.HeaderClassName
{
color: #274FCB;
}
.AnyTagClassName
{
color: #274FCB;
}
</style>
background-color css
<style>
a { background-color: #274FCB; }
a { background-color: rgb(39,79,203); }
div.DivClassName
{
background-color: #274FCB;
}
.BgClassName
{
background-color: #274FCB;
}
</style>
border-color css
<style>
span { border-color: #274FCB; }
span { border-color: rgb(39,79,203); }
td.TdClassName
{
border-color: #274FCB;
}
.TagClassName
{
border-color: #274FCB;
}
</style>