Html Css Color HEX #2E6BCC Cerulean Blue

📋 copy color: '#2E6BCC'

red 46 ◦ green 107 ◦ blue 204

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

Shades of Cerulean Blue #2E6BCC

Tints of Cerulean Blue #2E6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.97%

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 12.89%
G = 29.97%
B = 57.14%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E6BCC (or 0x2E6BCC) is known color: Cerulean Blue. HEX triplet: 2E, 6B and CC. RGB value is (46,107,204). Sum of RGB (Red+Green+Blue) = 46+107+204=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E6BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6BCC is #D19433. Grayscale: #636363. Windows color (decimal): -13734964 or 13396782. OLE color: 13396782.

HSL color Cylindrical-coordinate representation of color #2E6BCC: hue angle of 216.84º 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 #2E6BCC is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 107 204 -
CMYK 0.77 0.48 0 0.2
HSL 216.84º 0.63% 0.49% -
HSV(B) 216.84º 0.77% 0.8% -
XYZ 17.28 15.46 59.2 -
YUV 99.82 186.79 89.61 -
System Red Green Blue C M Y K H S L
Decimal 46 107 204 0.77 0.48 0 0.2 216.84 0.63 0.49
Hex 2E 6B CC 4D 30 0 14 D9 3F 31
Octal 56 153 314 115 60 0 24 331 77 61
Binary 101110 1101011 11001100 1001101 110000 0 10100 11011001 111111 110001

Color Harmonies of #2E6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6BCC

Black with #2E6BCC

Text Example


Text Example

White with #2E6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,107,204); }

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

background-color css

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

 a { background-color: rgb(46,107,204); }

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

border-color css

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

 span { border-color: rgb(46,107,204); }

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