Html Css Color HEX #4D70DD Royal Blue

📋 copy color: '#4D70DD'

red 77 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #4D70DD

Tints of Royal Blue #4D70DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 18.78%
G = 27.32%
B = 53.9%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D70DD (or 0x4D70DD) is known color: Royal Blue. HEX triplet: 4D, 70 and DD. RGB value is (77,112,221). Sum of RGB (Red+Green+Blue) = 77+112+221=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D70DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D70DD is #B28F22. Grayscale: #717171. Windows color (decimal): -11702051 or 14512205. OLE color: 14512205.

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

Color convert

RGB 77 112 221 -
CMYK 0.65 0.49 0 0.13
HSL 225.42º 0.68% 0.58% -
HSV(B) 225.42º 0.65% 0.87% -
XYZ 21.91 18.39 70.8 -
YUV 113.96 188.4 101.64 -
System Red Green Blue C M Y K H S L
Decimal 77 112 221 0.65 0.49 0 0.13 225.42 0.68 0.58
Hex 4D 70 DD 41 31 0 D E1 44 3A
Octal 115 160 335 101 61 0 15 341 104 72
Binary 1001101 1110000 11011101 1000001 110001 0 1101 11100001 1000100 111010

Color Harmonies of #4D70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D70DD

Black with #4D70DD

Text Example


Text Example

White with #4D70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,112,221); }

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

background-color css

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

 a { background-color: rgb(77,112,221); }

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

border-color css

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

 span { border-color: rgb(77,112,221); }

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