Html Css Color HEX #2E6BED Royal Blue

📋 copy color: '#2E6BED'

red 46 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #2E6BED

Tints of Royal Blue #2E6BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

 BLUE value IS 237 (92.97% from 255) = 60.77%

R = 11.79%
G = 27.44%
B = 60.77%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E6BED (or 0x2E6BED) is known color: Royal Blue. HEX triplet: 2E, 6B and ED. RGB value is (46,107,237). Sum of RGB (Red+Green+Blue) = 46+107+237=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E6BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6BED is #D19412. Grayscale: #676767. Windows color (decimal): -13734931 or 15559470. OLE color: 15559470.

HSL color Cylindrical-coordinate representation of color #2E6BED: hue angle of 220.84º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E6BED is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 107 237 -
CMYK 0.81 0.55 0 0.07
HSL 220.84º 0.84% 0.55% -
HSV(B) 220.84º 0.81% 0.93% -
XYZ 21.67 17.21 82.3 -
YUV 103.58 203.29 86.93 -
System Red Green Blue C M Y K H S L
Decimal 46 107 237 0.81 0.55 0 0.07 220.84 0.84 0.55
Hex 2E 6B ED 51 37 0 7 DD 54 37
Octal 56 153 355 121 67 0 7 335 124 67
Binary 101110 1101011 11101101 1010001 110111 0 111 11011101 1010100 110111

Color Harmonies of #2E6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6BED

Black with #2E6BED

Text Example


Text Example

White with #2E6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,107,237); }

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

background-color css

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

 a { background-color: rgb(46,107,237); }

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

border-color css

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

 span { border-color: rgb(46,107,237); }

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