Html Css Color HEX #2E7ADF Royal Blue

📋 copy color: '#2E7ADF'

red 46 ◦ green 122 ◦ blue 223

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

Shades of Royal Blue #2E7ADF

Tints of Royal Blue #2E7ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 11.76%
G = 31.2%
B = 57.03%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E7ADF (or 0x2E7ADF) is known color: Royal Blue. HEX triplet: 2E, 7A and DF. RGB value is (46,122,223). Sum of RGB (Red+Green+Blue) = 46+122+223=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E7ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7ADF is #D18520. Grayscale: #6E6E6E. Windows color (decimal): -13731105 or 14645806. OLE color: 14645806.

HSL color Cylindrical-coordinate representation of color #2E7ADF: hue angle of 214.24º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E7ADF is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 122 223 -
CMYK 0.79 0.45 0 0.13
HSL 214.24º 0.73% 0.53% -
HSV(B) 214.24º 0.79% 0.87% -
XYZ 21.41 19.83 72.51 -
YUV 110.79 191.32 81.79 -
System Red Green Blue C M Y K H S L
Decimal 46 122 223 0.79 0.45 0 0.13 214.24 0.73 0.53
Hex 2E 7A DF 4F 2D 0 D D6 49 35
Octal 56 172 337 117 55 0 15 326 111 65
Binary 101110 1111010 11011111 1001111 101101 0 1101 11010110 1001001 110101

Color Harmonies of #2E7ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7ADF

Black with #2E7ADF

Text Example


Text Example

White with #2E7ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,122,223); }

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

background-color css

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

 a { background-color: rgb(46,122,223); }

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

border-color css

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

 span { border-color: rgb(46,122,223); }

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