Html Css Color HEX #507DED Royal Blue

📋 copy color: '#507DED'

red 80 ◦ green 125 ◦ blue 237

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

Shades of Royal Blue #507DED

Tints of Royal Blue #507DED

RGB

 RED value IS 80 (31.64% from 255) = 18.1%

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

 BLUE value IS 237 (92.97% from 255) = 53.62%

R = 18.1%
G = 28.28%
B = 53.62%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#507DED (or 0x507DED) is known color: Royal Blue. HEX triplet: 50, 7D and ED. RGB value is (80,125,237). Sum of RGB (Red+Green+Blue) = 80+125+237=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #507DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507DED is #AF8212. Grayscale: #7B7B7B. Windows color (decimal): -11502099 or 15564112. OLE color: 15564112.

HSL color Cylindrical-coordinate representation of color #507DED: hue angle of 222.8º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507DED is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 125 237 -
CMYK 0.66 0.47 0 0.07
HSL 222.8º 0.81% 0.62% -
HSV(B) 222.8º 0.66% 0.93% -
XYZ 25.93 22.49 83.09 -
YUV 124.31 191.59 96.39 -
System Red Green Blue C M Y K H S L
Decimal 80 125 237 0.66 0.47 0 0.07 222.8 0.81 0.62
Hex 50 7D ED 42 2F 0 7 DF 51 3E
Octal 120 175 355 102 57 0 7 337 121 76
Binary 1010000 1111101 11101101 1000010 101111 0 111 11011111 1010001 111110

Color Harmonies of #507DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DED

Black with #507DED

Text Example


Text Example

White with #507DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507DED; }

 p { color: rgb(80,125,237); }

 H1.HeaderClassName
 {
   color: #507DED;
 }
 .AnyTagClassName
 {
   color: #507DED;
 }
</style>

background-color css

<style>
 a { background-color: #507DED; }

 a { background-color: rgb(80,125,237); }

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

border-color css

<style>
 span { border-color: #507DED; }

 span { border-color: rgb(80,125,237); }

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