Html Css Color HEX #2E6CEF Royal Blue

📋 copy color: '#2E6CEF'

red 46 ◦ green 108 ◦ blue 239

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

Shades of Royal Blue #2E6CEF

Tints of Royal Blue #2E6CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 11.7%
G = 27.48%
B = 60.81%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E6CEF (or 0x2E6CEF) is known color: Royal Blue. HEX triplet: 2E, 6C and EF. RGB value is (46,108,239). Sum of RGB (Red+Green+Blue) = 46+108+239=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E6CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6CEF is #D19310. Grayscale: #676767. Windows color (decimal): -13734673 or 15690798. OLE color: 15690798.

HSL color Cylindrical-coordinate representation of color #2E6CEF: hue angle of 220.73º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E6CEF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 108 239 -
CMYK 0.81 0.55 0 0.06
HSL 220.73º 0.86% 0.56% -
HSV(B) 220.73º 0.81% 0.94% -
XYZ 22.07 17.54 83.88 -
YUV 104.4 203.96 86.35 -
System Red Green Blue C M Y K H S L
Decimal 46 108 239 0.81 0.55 0 0.06 220.73 0.86 0.56
Hex 2E 6C EF 51 37 0 6 DD 56 38
Octal 56 154 357 121 67 0 6 335 126 70
Binary 101110 1101100 11101111 1010001 110111 0 110 11011101 1010110 111000

Color Harmonies of #2E6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6CEF

Black with #2E6CEF

Text Example


Text Example

White with #2E6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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