Html Css Color HEX #2E7BED Royal Blue

📋 copy color: '#2E7BED'

red 46 ◦ green 123 ◦ blue 237

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

Shades of Royal Blue #2E7BED

Tints of Royal Blue #2E7BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

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

R = 11.33%
G = 30.3%
B = 58.37%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E7BED (or 0x2E7BED) is known color: Royal Blue. HEX triplet: 2E, 7B and ED. RGB value is (46,123,237). Sum of RGB (Red+Green+Blue) = 46+123+237=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E7BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7BED is #D18412. Grayscale: #707070. Windows color (decimal): -13730835 or 15563566. OLE color: 15563566.

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

Color convert

RGB 46 123 237 -
CMYK 0.81 0.48 0 0.07
HSL 215.81º 0.84% 0.55% -
HSV(B) 215.81º 0.81% 0.93% -
XYZ 23.5 20.86 82.91 -
YUV 112.97 197.99 80.23 -
System Red Green Blue C M Y K H S L
Decimal 46 123 237 0.81 0.48 0 0.07 215.81 0.84 0.55
Hex 2E 7B ED 51 30 0 7 D8 54 37
Octal 56 173 355 121 60 0 7 330 124 67
Binary 101110 1111011 11101101 1010001 110000 0 111 11011000 1010100 110111

Color Harmonies of #2E7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7BED

Black with #2E7BED

Text Example


Text Example

White with #2E7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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