Html Css Color HEX #4D7DFF Royal Blue

📋 copy color: '#4D7DFF'

red 77 ◦ green 125 ◦ blue 255

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

Shades of Royal Blue #4D7DFF

Tints of Royal Blue #4D7DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

 BLUE value IS 255 (100% from 255) = 55.8%

R = 16.85%
G = 27.35%
B = 55.8%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D7DFF (or 0x4D7DFF) is known color: Royal Blue. HEX triplet: 4D, 7D and FF. RGB value is (77,125,255). Sum of RGB (Red+Green+Blue) = 77+125+255=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D7DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7DFF is #B28200. Grayscale: #7C7C7C. Windows color (decimal): -11698689 or 16743757. OLE color: 16743757.

HSL color Cylindrical-coordinate representation of color #4D7DFF: hue angle of 223.82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D7DFF is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 125 255 -
CMYK 0.70 0.51 0 0
HSL 223.82º 1% 0.65% -
HSV(B) 223.82º 0.7% 1% -
XYZ 28.44 23.47 97.64 -
YUV 125.47 201.1 93.43 -
System Red Green Blue C M Y K H S L
Decimal 77 125 255 0.70 0.51 0 0 223.82 1 0.65
Hex 4D 7D FF 46 33 0 0 E0 64 41
Octal 115 175 377 106 63 0 0 340 144 101
Binary 1001101 1111101 11111111 1000110 110011 0 0 11100000 1100100 1000001

Color Harmonies of #4D7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7DFF

Black with #4D7DFF

Text Example


Text Example

White with #4D7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,125,255); }

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

background-color css

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

 a { background-color: rgb(77,125,255); }

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

border-color css

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

 span { border-color: rgb(77,125,255); }

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