Html Css Color HEX #2E6FFB Royal Blue

📋 copy color: '#2E6FFB'

red 46 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #2E6FFB

Tints of Royal Blue #2E6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.21%

 BLUE value IS 251 (98.44% from 255) = 61.52%

R = 11.27%
G = 27.21%
B = 61.52%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E6FFB (or 0x2E6FFB) is known color: Royal Blue. HEX triplet: 2E, 6F and FB. RGB value is (46,111,251). Sum of RGB (Red+Green+Blue) = 46+111+251=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E6FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6FFB is #D19004. Grayscale: #6A6A6A. Windows color (decimal): -13733893 or 16477998. OLE color: 16477998.

HSL color Cylindrical-coordinate representation of color #2E6FFB: hue angle of 220.98º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E6FFB is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 111 251 -
CMYK 0.82 0.56 0 0.02
HSL 220.98º 0.96% 0.58% -
HSV(B) 220.98º 0.82% 0.98% -
XYZ 24.22 18.91 93.64 -
YUV 107.53 208.97 84.12 -
System Red Green Blue C M Y K H S L
Decimal 46 111 251 0.82 0.56 0 0.02 220.98 0.96 0.58
Hex 2E 6F FB 52 38 0 2 DD 60 3A
Octal 56 157 373 122 70 0 2 335 140 72
Binary 101110 1101111 11111011 1010010 111000 0 10 11011101 1100000 111010

Color Harmonies of #2E6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6FFB

Black with #2E6FFB

Text Example


Text Example

White with #2E6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,111,251); }

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

background-color css

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

 a { background-color: rgb(46,111,251); }

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

border-color css

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

 span { border-color: rgb(46,111,251); }

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