Html Css Color HEX #4E5DDD Royal Blue

📋 copy color: '#4E5DDD'

red 78 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #4E5DDD

Tints of Royal Blue #4E5DDD

RGB

 RED value IS 78 (30.86% from 255) = 19.9%

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

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

R = 19.9%
G = 23.72%
B = 56.38%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E5DDD (or 0x4E5DDD) is known color: Royal Blue. HEX triplet: 4E, 5D and DD. RGB value is (78,93,221). Sum of RGB (Red+Green+Blue) = 78+93+221=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E5DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DDD is #B1A222. Grayscale: #666666. Windows color (decimal): -11641379 or 14507342. OLE color: 14507342.

HSL color Cylindrical-coordinate representation of color #4E5DDD: hue angle of 233.71º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E5DDD is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 93 221 -
CMYK 0.65 0.58 0 0.13
HSL 233.71º 0.68% 0.59% -
HSV(B) 233.71º 0.65% 0.87% -
XYZ 20.11 14.67 70.18 -
YUV 103.11 194.53 110.09 -
System Red Green Blue C M Y K H S L
Decimal 78 93 221 0.65 0.58 0 0.13 233.71 0.68 0.59
Hex 4E 5D DD 41 3A 0 D EA 44 3B
Octal 116 135 335 101 72 0 15 352 104 73
Binary 1001110 1011101 11011101 1000001 111010 0 1101 11101010 1000100 111011

Color Harmonies of #4E5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5DDD

Black with #4E5DDD

Text Example


Text Example

White with #4E5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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