Html Css Color HEX #2E6CCA Cerulean Blue

📋 copy color: '#2E6CCA'

red 46 ◦ green 108 ◦ blue 202

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

Shades of Cerulean Blue #2E6CCA

Tints of Cerulean Blue #2E6CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.74%

R = 12.92%
G = 30.34%
B = 56.74%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E6CCA (or 0x2E6CCA) is known color: Cerulean Blue. HEX triplet: 2E, 6C and CA. RGB value is (46,108,202). Sum of RGB (Red+Green+Blue) = 46+108+202=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E6CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CCA is #D19335. Grayscale: #636363. Windows color (decimal): -13734710 or 13265966. OLE color: 13265966.

HSL color Cylindrical-coordinate representation of color #2E6CCA: hue angle of 216.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E6CCA is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 108 202 -
CMYK 0.77 0.47 0 0.21
HSL 216.15º 0.63% 0.49% -
HSV(B) 216.15º 0.77% 0.79% -
XYZ 17.15 15.57 57.98 -
YUV 100.18 185.46 89.36 -
System Red Green Blue C M Y K H S L
Decimal 46 108 202 0.77 0.47 0 0.21 216.15 0.63 0.49
Hex 2E 6C CA 4D 2F 0 15 D8 3F 31
Octal 56 154 312 115 57 0 25 330 77 61
Binary 101110 1101100 11001010 1001101 101111 0 10101 11011000 111111 110001

Color Harmonies of #2E6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6CCA

Black with #2E6CCA

Text Example


Text Example

White with #2E6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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