Shades of Cerulean Blue #234FC1
Tints of Cerulean Blue #234FC1
RGB
CMYK
RGB Variations
Color information
#234FC1 (or 0x234FC1) is known color: Cerulean Blue. HEX triplet: 23, 4F and C1. RGB value is (35,79,193). Sum of RGB (Red+Green+Blue) = 35+79+193=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #234FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234FC1 is #DCB03E. Grayscale: #4E4E4E. Windows color (decimal): -14463039 or 12668707. OLE color: 12668707.
HSL color Cylindrical-coordinate representation of color #234FC1: hue angle of 223.29º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234FC1 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 79 | 193 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.24 |
| HSL | 223.29º | 0.69% | 0.45% | - |
| HSV(B) | 223.29º | 0.82% | 0.76% | - |
| XYZ | 13.11 | 9.8 | 51.65 | - |
| YUV | 78.84 | 192.42 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 79 | 193 | 0.82 | 0.59 | 0 | 0.24 | 223.29 | 0.69 | 0.45 |
| Hex | 23 | 4F | C1 | 52 | 3B | 0 | 18 | DF | 45 | 2D |
| Octal | 43 | 117 | 301 | 122 | 73 | 0 | 30 | 337 | 105 | 55 |
| Binary | 100011 | 1001111 | 11000001 | 1010010 | 111011 | 0 | 11000 | 11011111 | 1000101 | 101101 |
Color Harmonies of #234FC1
Complementary color
Monochromatic Colors of #234FC1
Black with #234FC1
Text Example
Text Example
White with #234FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234FC1; }
p { color: rgb(35,79,193); }
H1.HeaderClassName
{
color: #234FC1;
}
.AnyTagClassName
{
color: #234FC1;
}
</style>
background-color css
<style>
a { background-color: #234FC1; }
a { background-color: rgb(35,79,193); }
div.DivClassName
{
background-color: #234FC1;
}
.BgClassName
{
background-color: #234FC1;
}
</style>
border-color css
<style>
span { border-color: #234FC1; }
span { border-color: rgb(35,79,193); }
td.TdClassName
{
border-color: #234FC1;
}
.TagClassName
{
border-color: #234FC1;
}
</style>