Shades of Cerulean Blue #2662CF
Tints of Cerulean Blue #2662CF
RGB
CMYK
RGB Variations
Color information
#2662CF (or 0x2662CF) is known color: Cerulean Blue. HEX triplet: 26, 62 and CF. RGB value is (38,98,207). Sum of RGB (Red+Green+Blue) = 38+98+207=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #2662CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2662CF is #D99D30. Grayscale: #5B5B5B. Windows color (decimal): -14261553 or 13591078. OLE color: 13591078.
HSL color Cylindrical-coordinate representation of color #2662CF: hue angle of 218.7º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2662CF is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 98 | 207 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.19 |
| HSL | 218.7º | 0.69% | 0.48% | - |
| HSV(B) | 218.7º | 0.82% | 0.81% | - |
| XYZ | 16.43 | 13.65 | 60.8 | - |
| YUV | 92.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 207 | 0.82 | 0.53 | 0 | 0.19 | 218.7 | 0.69 | 0.48 |
| Hex | 26 | 62 | CF | 52 | 35 | 0 | 13 | DB | 45 | 30 |
| Octal | 46 | 142 | 317 | 122 | 65 | 0 | 23 | 333 | 105 | 60 |
| Binary | 100110 | 1100010 | 11001111 | 1010010 | 110101 | 0 | 10011 | 11011011 | 1000101 | 110000 |
Color Harmonies of #2662CF
Complementary color
Monochromatic Colors of #2662CF
Black with #2662CF
Text Example
Text Example
White with #2662CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2662CF; }
p { color: rgb(38,98,207); }
H1.HeaderClassName
{
color: #2662CF;
}
.AnyTagClassName
{
color: #2662CF;
}
</style>
background-color css
<style>
a { background-color: #2662CF; }
a { background-color: rgb(38,98,207); }
div.DivClassName
{
background-color: #2662CF;
}
.BgClassName
{
background-color: #2662CF;
}
</style>
border-color css
<style>
span { border-color: #2662CF; }
span { border-color: rgb(38,98,207); }
td.TdClassName
{
border-color: #2662CF;
}
.TagClassName
{
border-color: #2662CF;
}
</style>