Html Css Color HEX #2E55DF Royal Blue

📋 copy color: '#2E55DF'

red 46 ◦ green 85 ◦ blue 223

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

Shades of Royal Blue #2E55DF

Tints of Royal Blue #2E55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.01%

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

R = 12.99%
G = 24.01%
B = 62.99%

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

#2E55DF (or 0x2E55DF) is known color: Royal Blue. HEX triplet: 2E, 55 and DF. RGB value is (46,85,223). Sum of RGB (Red+Green+Blue) = 46+85+223=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E55DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E55DF is #D1AA20. Grayscale: #585858. Windows color (decimal): -13740577 or 14636334. OLE color: 14636334.

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

Color convert

RGB 46 85 223 -
CMYK 0.79 0.62 0 0.13
HSL 226.78º 0.73% 0.53% -
HSV(B) 226.78º 0.79% 0.87% -
XYZ 17.69 12.41 71.27 -
YUV 89.07 203.58 97.28 -
System Red Green Blue C M Y K H S L
Decimal 46 85 223 0.79 0.62 0 0.13 226.78 0.73 0.53
Hex 2E 55 DF 4F 3E 0 D E3 49 35
Octal 56 125 337 117 76 0 15 343 111 65
Binary 101110 1010101 11011111 1001111 111110 0 1101 11100011 1001001 110101

Color Harmonies of #2E55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E55DF

Black with #2E55DF

Text Example


Text Example

White with #2E55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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