Html Css Color HEX #566AF0 Royal Blue

📋 copy color: '#566AF0'

red 86 ◦ green 106 ◦ blue 240

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

Shades of Royal Blue #566AF0

Tints of Royal Blue #566AF0

RGB

 RED value IS 86 (33.98% from 255) = 19.91%

 GREEN value IS 106 (41.8% from 255) = 24.54%

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

R = 19.91%
G = 24.54%
B = 55.56%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#566AF0 (or 0x566AF0) is known color: Royal Blue. HEX triplet: 56, 6A and F0. RGB value is (86,106,240). Sum of RGB (Red+Green+Blue) = 86+106+240=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #566AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566AF0 is #A9950F. Grayscale: #727272. Windows color (decimal): -11113744 or 15755862. OLE color: 15755862.

HSL color Cylindrical-coordinate representation of color #566AF0: hue angle of 232.21º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #566AF0 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 106 240 -
CMYK 0.64 0.56 0 0.06
HSL 232.21º 0.84% 0.64% -
HSV(B) 232.21º 0.64% 0.94% -
XYZ 24.72 18.58 84.72 -
YUV 115.3 198.37 107.1 -
System Red Green Blue C M Y K H S L
Decimal 86 106 240 0.64 0.56 0 0.06 232.21 0.84 0.64
Hex 56 6A F0 40 38 0 6 E8 54 40
Octal 126 152 360 100 70 0 6 350 124 100
Binary 1010110 1101010 11110000 1000000 111000 0 110 11101000 1010100 1000000

Color Harmonies of #566AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AF0

Black with #566AF0

Text Example


Text Example

White with #566AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566AF0; }

 p { color: rgb(86,106,240); }

 H1.HeaderClassName
 {
   color: #566AF0;
 }
 .AnyTagClassName
 {
   color: #566AF0;
 }
</style>

background-color css

<style>
 a { background-color: #566AF0; }

 a { background-color: rgb(86,106,240); }

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

border-color css

<style>
 span { border-color: #566AF0; }

 span { border-color: rgb(86,106,240); }

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