Html Css Color HEX #2E53DD Royal Blue

📋 copy color: '#2E53DD'

red 46 ◦ green 83 ◦ blue 221

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

Shades of Royal Blue #2E53DD

Tints of Royal Blue #2E53DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.71%

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

R = 13.14%
G = 23.71%
B = 63.14%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E53DD (or 0x2E53DD) is known color: Royal Blue. HEX triplet: 2E, 53 and DD. RGB value is (46,83,221). Sum of RGB (Red+Green+Blue) = 46+83+221=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E53DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E53DD is #D1AC22. Grayscale: #575757. Windows color (decimal): -13741091 or 14504750. OLE color: 14504750.

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

Color convert

RGB 46 83 221 -
CMYK 0.79 0.62 0 0.13
HSL 227.31º 0.72% 0.52% -
HSV(B) 227.31º 0.79% 0.87% -
XYZ 17.27 11.99 69.81 -
YUV 87.67 203.24 98.28 -
System Red Green Blue C M Y K H S L
Decimal 46 83 221 0.79 0.62 0 0.13 227.31 0.72 0.52
Hex 2E 53 DD 4F 3E 0 D E3 48 34
Octal 56 123 335 117 76 0 15 343 110 64
Binary 101110 1010011 11011101 1001111 111110 0 1101 11100011 1001000 110100

Color Harmonies of #2E53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E53DD

Black with #2E53DD

Text Example


Text Example

White with #2E53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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