Html Css Color HEX #2E6BFD Royal Blue

📋 copy color: '#2E6BFD'

red 46 ◦ green 107 ◦ blue 253

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

Shades of Royal Blue #2E6BFD

Tints of Royal Blue #2E6BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.32%

R = 11.33%
G = 26.35%
B = 62.32%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E6BFD (or 0x2E6BFD) is known color: Royal Blue. HEX triplet: 2E, 6B and FD. RGB value is (46,107,253). Sum of RGB (Red+Green+Blue) = 46+107+253=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E6BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6BFD is #D19402. Grayscale: #686868. Windows color (decimal): -13734915 or 16608046. OLE color: 16608046.

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

Color convert

RGB 46 107 253 -
CMYK 0.82 0.58 0 0.01
HSL 222.32º 0.98% 0.59% -
HSV(B) 222.32º 0.82% 0.99% -
XYZ 24.11 18.19 95.17 -
YUV 105.41 211.29 85.63 -
System Red Green Blue C M Y K H S L
Decimal 46 107 253 0.82 0.58 0 0.01 222.32 0.98 0.59
Hex 2E 6B FD 52 3A 0 1 DE 62 3B
Octal 56 153 375 122 72 0 1 336 142 73
Binary 101110 1101011 11111101 1010010 111010 0 1 11011110 1100010 111011

Color Harmonies of #2E6BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6BFD

Black with #2E6BFD

Text Example


Text Example

White with #2E6BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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