Html Css Color HEX #2E68BB Cerulean Blue

📋 copy color: '#2E68BB'

red 46 ◦ green 104 ◦ blue 187

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

Shades of Cerulean Blue #2E68BB

Tints of Cerulean Blue #2E68BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 13.65%
G = 30.86%
B = 55.49%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E68BB (or 0x2E68BB) is known color: Cerulean Blue. HEX triplet: 2E, 68 and BB. RGB value is (46,104,187). Sum of RGB (Red+Green+Blue) = 46+104+187=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E68BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E68BB is #D19744. Grayscale: #5F5F5F. Windows color (decimal): -13735749 or 12281902. OLE color: 12281902.

HSL color Cylindrical-coordinate representation of color #2E68BB: hue angle of 215.32º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E68BB is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 104 187 -
CMYK 0.75 0.44 0 0.27
HSL 215.32º 0.61% 0.46% -
HSV(B) 215.32º 0.75% 0.73% -
XYZ 15.05 14.07 48.94 -
YUV 96.12 179.28 92.25 -
System Red Green Blue C M Y K H S L
Decimal 46 104 187 0.75 0.44 0 0.27 215.32 0.61 0.46
Hex 2E 68 BB 4B 2C 0 1B D7 3D 2E
Octal 56 150 273 113 54 0 33 327 75 56
Binary 101110 1101000 10111011 1001011 101100 0 11011 11010111 111101 101110

Color Harmonies of #2E68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E68BB

Black with #2E68BB

Text Example


Text Example

White with #2E68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,104,187); }

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

background-color css

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

 a { background-color: rgb(46,104,187); }

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

border-color css

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

 span { border-color: rgb(46,104,187); }

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