Html Css Color HEX #4561F0 Royal Blue

📋 copy color: '#4561F0'

red 69 ◦ green 97 ◦ blue 240

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

Shades of Royal Blue #4561F0

Tints of Royal Blue #4561F0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.89%

 BLUE value IS 240 (94.14% from 255) = 59.11%

R = 17%
G = 23.89%
B = 59.11%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4561F0 (or 0x4561F0) is known color: Royal Blue. HEX triplet: 45, 61 and F0. RGB value is (69,97,240). Sum of RGB (Red+Green+Blue) = 69+97+240=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 240 (94.14% from 255 or 59.11% from 406); Max value from RGB is 240 - color contains mainly: blue. Hex color #4561F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4561F0 is #BA9E0F. Grayscale: #686868. Windows color (decimal): -12230160 or 15753541. OLE color: 15753541.

HSL color Cylindrical-coordinate representation of color #4561F0: hue angle of 230.18º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4561F0 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 97 240 -
CMYK 0.71 0.60 0 0.06
HSL 230.18º 0.85% 0.61% -
HSV(B) 230.18º 0.71% 0.94% -
XYZ 22.46 16.11 84.36 -
YUV 104.93 204.22 102.37 -
System Red Green Blue C M Y K H S L
Decimal 69 97 240 0.71 0.60 0 0.06 230.18 0.85 0.61
Hex 45 61 F0 47 3C 0 6 E6 55 3D
Octal 105 141 360 107 74 0 6 346 125 75
Binary 1000101 1100001 11110000 1000111 111100 0 110 11100110 1010101 111101

Color Harmonies of #4561F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4561F0

Black with #4561F0

Text Example


Text Example

White with #4561F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4561F0; }

 p { color: rgb(69,97,240); }

 H1.HeaderClassName
 {
   color: #4561F0;
 }
 .AnyTagClassName
 {
   color: #4561F0;
 }
</style>

background-color css

<style>
 a { background-color: #4561F0; }

 a { background-color: rgb(69,97,240); }

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

border-color css

<style>
 span { border-color: #4561F0; }

 span { border-color: rgb(69,97,240); }

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