Html Css Color HEX #2E83DD Royal Blue

📋 copy color: '#2E83DD'

red 46 ◦ green 131 ◦ blue 221

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

Shades of Royal Blue #2E83DD

Tints of Royal Blue #2E83DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 11.56%
G = 32.91%
B = 55.53%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E83DD (or 0x2E83DD) is known color: Royal Blue. HEX triplet: 2E, 83 and DD. RGB value is (46,131,221). Sum of RGB (Red+Green+Blue) = 46+131+221=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E83DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E83DD is #D17C22. Grayscale: #737373. Windows color (decimal): -13728803 or 14517038. OLE color: 14517038.

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

Color convert

RGB 46 131 221 -
CMYK 0.79 0.41 0 0.13
HSL 210.86º 0.72% 0.52% -
HSV(B) 210.86º 0.79% 0.87% -
XYZ 22.29 22.03 71.48 -
YUV 115.85 187.34 78.18 -
System Red Green Blue C M Y K H S L
Decimal 46 131 221 0.79 0.41 0 0.13 210.86 0.72 0.52
Hex 2E 83 DD 4F 29 0 D D3 48 34
Octal 56 203 335 117 51 0 15 323 110 64
Binary 101110 10000011 11011101 1001111 101001 0 1101 11010011 1001000 110100

Color Harmonies of #2E83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E83DD

Black with #2E83DD

Text Example


Text Example

White with #2E83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,131,221); }

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

background-color css

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

 a { background-color: rgb(46,131,221); }

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

border-color css

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

 span { border-color: rgb(46,131,221); }

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