Html Css Color HEX #4586ED Royal Blue

📋 copy color: '#4586ED'

red 69 ◦ green 134 ◦ blue 237

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

Shades of Royal Blue #4586ED

Tints of Royal Blue #4586ED

RGB

 RED value IS 69 (27.34% from 255) = 15.68%

 GREEN value IS 134 (52.73% from 255) = 30.45%

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

R = 15.68%
G = 30.45%
B = 53.86%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4586ED (or 0x4586ED) is known color: Royal Blue. HEX triplet: 45, 86 and ED. RGB value is (69,134,237). Sum of RGB (Red+Green+Blue) = 69+134+237=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #4586ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4586ED is #BA7912. Grayscale: #7D7D7D. Windows color (decimal): -12220691 or 15566405. OLE color: 15566405.

HSL color Cylindrical-coordinate representation of color #4586ED: hue angle of 216.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4586ED is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 134 237 -
CMYK 0.71 0.43 0 0.07
HSL 216.79º 0.82% 0.6% -
HSV(B) 216.79º 0.71% 0.93% -
XYZ 26.27 24.43 83.45 -
YUV 126.31 190.47 87.12 -
System Red Green Blue C M Y K H S L
Decimal 69 134 237 0.71 0.43 0 0.07 216.79 0.82 0.6
Hex 45 86 ED 47 2B 0 7 D9 52 3C
Octal 105 206 355 107 53 0 7 331 122 74
Binary 1000101 10000110 11101101 1000111 101011 0 111 11011001 1010010 111100

Color Harmonies of #4586ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4586ED

Black with #4586ED

Text Example


Text Example

White with #4586ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4586ED; }

 p { color: rgb(69,134,237); }

 H1.HeaderClassName
 {
   color: #4586ED;
 }
 .AnyTagClassName
 {
   color: #4586ED;
 }
</style>

background-color css

<style>
 a { background-color: #4586ED; }

 a { background-color: rgb(69,134,237); }

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

border-color css

<style>
 span { border-color: #4586ED; }

 span { border-color: rgb(69,134,237); }

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