Html Css Color HEX #2E6CCE Royal Blue

📋 copy color: '#2E6CCE'

red 46 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #2E6CCE

Tints of Royal Blue #2E6CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.22%

R = 12.78%
G = 30%
B = 57.22%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E6CCE (or 0x2E6CCE) is known color: Royal Blue. HEX triplet: 2E, 6C and CE. RGB value is (46,108,206). Sum of RGB (Red+Green+Blue) = 46+108+206=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E6CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CCE is #D19331. Grayscale: #646464. Windows color (decimal): -13734706 or 13528110. OLE color: 13528110.

HSL color Cylindrical-coordinate representation of color #2E6CCE: hue angle of 216.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E6CCE is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 108 206 -
CMYK 0.78 0.48 0 0.19
HSL 216.75º 0.63% 0.49% -
HSV(B) 216.75º 0.78% 0.81% -
XYZ 17.63 15.76 60.51 -
YUV 100.63 187.46 89.03 -
System Red Green Blue C M Y K H S L
Decimal 46 108 206 0.78 0.48 0 0.19 216.75 0.63 0.49
Hex 2E 6C CE 4E 30 0 13 D9 3F 31
Octal 56 154 316 116 60 0 23 331 77 61
Binary 101110 1101100 11001110 1001110 110000 0 10011 11011001 111111 110001

Color Harmonies of #2E6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6CCE

Black with #2E6CCE

Text Example


Text Example

White with #2E6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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