Html Css Color HEX #2E5DDD Royal Blue

📋 copy color: '#2E5DDD'

red 46 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #2E5DDD

Tints of Royal Blue #2E5DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

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

R = 12.78%
G = 25.83%
B = 61.39%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E5DDD (or 0x2E5DDD) is known color: Royal Blue. HEX triplet: 2E, 5D and DD. RGB value is (46,93,221). Sum of RGB (Red+Green+Blue) = 46+93+221=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E5DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DDD is #D1A222. Grayscale: #5C5C5C. Windows color (decimal): -13738531 or 14507310. OLE color: 14507310.

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

Color convert

RGB 46 93 221 -
CMYK 0.79 0.58 0 0.13
HSL 223.89º 0.72% 0.52% -
HSV(B) 223.89º 0.79% 0.87% -
XYZ 18.09 13.63 70.08 -
YUV 93.54 199.93 94.09 -
System Red Green Blue C M Y K H S L
Decimal 46 93 221 0.79 0.58 0 0.13 223.89 0.72 0.52
Hex 2E 5D DD 4F 3A 0 D E0 48 34
Octal 56 135 335 117 72 0 15 340 110 64
Binary 101110 1011101 11011101 1001111 111010 0 1101 11100000 1001000 110100

Color Harmonies of #2E5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5DDD

Black with #2E5DDD

Text Example


Text Example

White with #2E5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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