Html Css Color HEX #4D5DEA Royal Blue

📋 copy color: '#4D5DEA'

red 77 ◦ green 93 ◦ blue 234

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

Shades of Royal Blue #4D5DEA

Tints of Royal Blue #4D5DEA

RGB

 RED value IS 77 (30.47% from 255) = 19.06%

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

 BLUE value IS 234 (91.8% from 255) = 57.92%

R = 19.06%
G = 23.02%
B = 57.92%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D5DEA (or 0x4D5DEA) is known color: Royal Blue. HEX triplet: 4D, 5D and EA. RGB value is (77,93,234). Sum of RGB (Red+Green+Blue) = 77+93+234=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D5DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5DEA is #B2A215. Grayscale: #676767. Windows color (decimal): -11706902 or 15359309. OLE color: 15359309.

HSL color Cylindrical-coordinate representation of color #4D5DEA: hue angle of 233.89º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D5DEA is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 93 234 -
CMYK 0.67 0.60 0 0.08
HSL 233.89º 0.79% 0.61% -
HSV(B) 233.89º 0.67% 0.92% -
XYZ 21.83 15.35 79.65 -
YUV 104.29 201.2 108.54 -
System Red Green Blue C M Y K H S L
Decimal 77 93 234 0.67 0.60 0 0.08 233.89 0.79 0.61
Hex 4D 5D EA 43 3C 0 8 EA 4F 3D
Octal 115 135 352 103 74 0 10 352 117 75
Binary 1001101 1011101 11101010 1000011 111100 0 1000 11101010 1001111 111101

Color Harmonies of #4D5DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5DEA

Black with #4D5DEA

Text Example


Text Example

White with #4D5DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,93,234); }

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

background-color css

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

 a { background-color: rgb(77,93,234); }

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

border-color css

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

 span { border-color: rgb(77,93,234); }

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