Html Css Color HEX #2E6BF8 Royal Blue

📋 copy color: '#2E6BF8'

red 46 ◦ green 107 ◦ blue 248

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

Shades of Royal Blue #2E6BF8

Tints of Royal Blue #2E6BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 61.85%

R = 11.47%
G = 26.68%
B = 61.85%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2E6BF8 (or 0x2E6BF8) is known color: Royal Blue. HEX triplet: 2E, 6B and F8. RGB value is (46,107,248). Sum of RGB (Red+Green+Blue) = 46+107+248=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 248 (97.27% from 255 or 61.85% from 401); Max value from RGB is 248 - color contains mainly: blue. Hex color #2E6BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6BF8 is #D19407. Grayscale: #686868. Windows color (decimal): -13734920 or 16280366. OLE color: 16280366.

HSL color Cylindrical-coordinate representation of color #2E6BF8: hue angle of 221.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E6BF8 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 107 248 -
CMYK 0.81 0.57 0 0.03
HSL 221.88º 0.94% 0.58% -
HSV(B) 221.88º 0.81% 0.97% -
XYZ 23.33 17.87 91.03 -
YUV 104.84 208.79 86.04 -
System Red Green Blue C M Y K H S L
Decimal 46 107 248 0.81 0.57 0 0.03 221.88 0.94 0.58
Hex 2E 6B F8 51 39 0 3 DE 5E 3A
Octal 56 153 370 121 71 0 3 336 136 72
Binary 101110 1101011 11111000 1010001 111001 0 11 11011110 1011110 111010

Color Harmonies of #2E6BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6BF8

Black with #2E6BF8

Text Example


Text Example

White with #2E6BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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