Html Css Color HEX #2E6CCB Cerulean Blue

📋 copy color: '#2E6CCB'

red 46 ◦ green 108 ◦ blue 203

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

Shades of Cerulean Blue #2E6CCB

Tints of Cerulean Blue #2E6CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 12.89%
G = 30.25%
B = 56.86%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E6CCB (or 0x2E6CCB) is known color: Cerulean Blue. HEX triplet: 2E, 6C and CB. RGB value is (46,108,203). Sum of RGB (Red+Green+Blue) = 46+108+203=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E6CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CCB is #D19334. Grayscale: #636363. Windows color (decimal): -13734709 or 13331502. OLE color: 13331502.

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

Color convert

RGB 46 108 203 -
CMYK 0.77 0.47 0 0.20
HSL 216.31º 0.63% 0.49% -
HSV(B) 216.31º 0.77% 0.8% -
XYZ 17.27 15.62 58.6 -
YUV 100.29 185.96 89.28 -
System Red Green Blue C M Y K H S L
Decimal 46 108 203 0.77 0.47 0 0.20 216.31 0.63 0.49
Hex 2E 6C CB 4D 2F 0 14 D8 3F 31
Octal 56 154 313 115 57 0 24 330 77 61
Binary 101110 1101100 11001011 1001101 101111 0 10100 11011000 111111 110001

Color Harmonies of #2E6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6CCB

Black with #2E6CCB

Text Example


Text Example

White with #2E6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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