Html Css Color HEX #2E6ACB Cerulean Blue

📋 copy color: '#2E6ACB'

red 46 ◦ green 106 ◦ blue 203

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

Shades of Cerulean Blue #2E6ACB

Tints of Cerulean Blue #2E6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

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

R = 12.96%
G = 29.86%
B = 57.18%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E6ACB (or 0x2E6ACB) is known color: Cerulean Blue. HEX triplet: 2E, 6A and CB. RGB value is (46,106,203). Sum of RGB (Red+Green+Blue) = 46+106+203=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E6ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ACB is #D19534. Grayscale: #626262. Windows color (decimal): -13735221 or 13330990. OLE color: 13330990.

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

Color convert

RGB 46 106 203 -
CMYK 0.77 0.48 0 0.20
HSL 217.07º 0.63% 0.49% -
HSV(B) 217.07º 0.77% 0.8% -
XYZ 17.06 15.2 58.53 -
YUV 99.12 186.62 90.11 -
System Red Green Blue C M Y K H S L
Decimal 46 106 203 0.77 0.48 0 0.20 217.07 0.63 0.49
Hex 2E 6A CB 4D 30 0 14 D9 3F 31
Octal 56 152 313 115 60 0 24 331 77 61
Binary 101110 1101010 11001011 1001101 110000 0 10100 11011001 111111 110001

Color Harmonies of #2E6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6ACB

Black with #2E6ACB

Text Example


Text Example

White with #2E6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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