Html Css Color HEX #2E7DDF Royal Blue

📋 copy color: '#2E7DDF'

red 46 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #2E7DDF

Tints of Royal Blue #2E7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

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

R = 11.68%
G = 31.73%
B = 56.6%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E7DDF (or 0x2E7DDF) is known color: Royal Blue. HEX triplet: 2E, 7D and DF. RGB value is (46,125,223). Sum of RGB (Red+Green+Blue) = 46+125+223=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E7DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7DDF is #D18220. Grayscale: #707070. Windows color (decimal): -13730337 or 14646574. OLE color: 14646574.

HSL color Cylindrical-coordinate representation of color #2E7DDF: hue angle of 213.22º 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 #2E7DDF is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 125 223 -
CMYK 0.79 0.44 0 0.13
HSL 213.22º 0.73% 0.53% -
HSV(B) 213.22º 0.79% 0.87% -
XYZ 21.78 20.58 72.64 -
YUV 112.55 190.33 80.53 -
System Red Green Blue C M Y K H S L
Decimal 46 125 223 0.79 0.44 0 0.13 213.22 0.73 0.53
Hex 2E 7D DF 4F 2C 0 D D5 49 35
Octal 56 175 337 117 54 0 15 325 111 65
Binary 101110 1111101 11011111 1001111 101100 0 1101 11010101 1001001 110101

Color Harmonies of #2E7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7DDF

Black with #2E7DDF

Text Example


Text Example

White with #2E7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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