Html Css Color HEX #2E62CB Cerulean Blue

📋 copy color: '#2E62CB'

red 46 ◦ green 98 ◦ blue 203

#2E62CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2E62CB

Tints of Cerulean Blue #2E62CB

RGB

 RED value IS 46 (18.36% from 255) = 13.26%

 GREEN value IS 98 (38.67% from 255) = 28.24%

 BLUE value IS 203 (79.69% from 255) = 58.5%

R = 13.26%
G = 28.24%
B = 58.5%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E62CB (or 0x2E62CB) is known color: Cerulean Blue. HEX triplet: 2E, 62 and CB. RGB value is (46,98,203). Sum of RGB (Red+Green+Blue) = 46+98+203=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E62CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E62CB is #D19D34. Grayscale: #5D5D5D. Windows color (decimal): -13737269 or 13328942. OLE color: 13328942.

HSL color Cylindrical-coordinate representation of color #2E62CB: hue angle of 220.13º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E62CB is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 98 203 -
CMYK 0.77 0.52 0 0.20
HSL 220.13º 0.63% 0.49% -
HSV(B) 220.13º 0.77% 0.8% -
XYZ 16.27 13.63 58.27 -
YUV 94.42 189.27 93.46 -
System Red Green Blue C M Y K H S L
Decimal 46 98 203 0.77 0.52 0 0.20 220.13 0.63 0.49
Hex 2E 62 CB 4D 34 0 14 DC 3F 31
Octal 56 142 313 115 64 0 24 334 77 61
Binary 101110 1100010 11001011 1001101 110100 0 10100 11011100 111111 110001

Color Harmonies of #2E62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E62CB

Black with #2E62CB

Text Example


Text Example

White with #2E62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E62CB;
 }
 .AnyTagClassName
 {
   color: #2E62CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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