Html Css Color HEX #2E60BC Cerulean Blue

📋 copy color: '#2E60BC'

red 46 ◦ green 96 ◦ blue 188

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

Shades of Cerulean Blue #2E60BC

Tints of Cerulean Blue #2E60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.09%

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 13.94%
G = 29.09%
B = 56.97%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E60BC (or 0x2E60BC) is known color: Cerulean Blue. HEX triplet: 2E, 60 and BC. RGB value is (46,96,188). Sum of RGB (Red+Green+Blue) = 46+96+188=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E60BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E60BC is #D19F43. Grayscale: #5B5B5B. Windows color (decimal): -13737796 or 12345390. OLE color: 12345390.

HSL color Cylindrical-coordinate representation of color #2E60BC: hue angle of 218.87º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E60BC is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 96 188 -
CMYK 0.76 0.49 0 0.26
HSL 218.87º 0.61% 0.46% -
HSV(B) 218.87º 0.76% 0.74% -
XYZ 14.39 12.58 49.25 -
YUV 91.54 182.44 95.52 -
System Red Green Blue C M Y K H S L
Decimal 46 96 188 0.76 0.49 0 0.26 218.87 0.61 0.46
Hex 2E 60 BC 4C 31 0 1A DB 3D 2E
Octal 56 140 274 114 61 0 32 333 75 56
Binary 101110 1100000 10111100 1001100 110001 0 11010 11011011 111101 101110

Color Harmonies of #2E60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E60BC

Black with #2E60BC

Text Example


Text Example

White with #2E60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,96,188); }

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

background-color css

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

 a { background-color: rgb(46,96,188); }

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

border-color css

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

 span { border-color: rgb(46,96,188); }

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