#2E62CF

Color #2E62CF Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2E62CF

Tints of Cerulean Blue #2E62CF

Color information

#2E62CF (or 0x2E62CF) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 62 and CF. RGB value is (46,98,207). Sum of RGB (Red+Green+Blue) = 46+98+207=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E62CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E62CF is #D19D30. Grayscale: #5E5E5E. Windows color (decimal): -13737265 or 13591086. OLE color: 13591086.

HSL color Cylindrical-coordinate representation of color #2E62CF: hue angle of 220.62º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E62CF is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4698207-
CMYK0.780.5300.19
HSL220.62º63.64%49.61%-
HSV(B)220.62º77.78%81.18%-
XYZ16.7613.8260.82-
YUV94.88191.2793.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 13.11%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 207 (81.25% from 255) = 58.97%
R=13.11%
G=27.92%
B=58.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal46982070.780.5300.19220.6263.6449.61
Hex2E62CF4E35013dd4032
Octal561423171166502333510062
Binary1011101100010110011111001110110101010011110111011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E62CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E62CF; }

 p { color: rgb(46,98,207); }

 H1.HeaderClassName
 {
   color: #2E62CF;
 }
 .AnyTagClassName
 {
   color: #2E62CF;
 }
</style>
background-color css

<style>
 a { background-color: #2E62CF; }

 a { background-color: rgb(46,98,207); }

 div.DivClassName
 {
   background-color: #2E62CF;
 }
 .BgClassName
 {
   background-color: #2E62CF;
 }
</style>
border-color css

<style>
 span { border-color: #2E62CF; }

 span { border-color: rgb(46,98,207); }

 td.TdClassName
 {
   border-color: #2E62CF;
 }
 .TagClassName
 {
   border-color: #2E62CF;
 }
</style>