Html Css Color HEX #566FF2 Royal Blue

📋 copy color: '#566FF2'

red 86 ◦ green 111 ◦ blue 242

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

Shades of Royal Blue #566FF2

Tints of Royal Blue #566FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

 BLUE value IS 242 (94.92% from 255) = 55.13%

R = 19.59%
G = 25.28%
B = 55.13%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#566FF2 (or 0x566FF2) is known color: Royal Blue. HEX triplet: 56, 6F and F2. RGB value is (86,111,242). Sum of RGB (Red+Green+Blue) = 86+111+242=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #566FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566FF2 is #A9900D. Grayscale: #757575. Windows color (decimal): -11112462 or 15888214. OLE color: 15888214.

HSL color Cylindrical-coordinate representation of color #566FF2: hue angle of 230.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #566FF2 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 111 242 -
CMYK 0.64 0.54 0 0.05
HSL 230.38º 0.86% 0.64% -
HSV(B) 230.38º 0.64% 0.95% -
XYZ 25.55 19.76 86.47 -
YUV 118.46 197.72 104.85 -
System Red Green Blue C M Y K H S L
Decimal 86 111 242 0.64 0.54 0 0.05 230.38 0.86 0.64
Hex 56 6F F2 40 36 0 5 E6 56 40
Octal 126 157 362 100 66 0 5 346 126 100
Binary 1010110 1101111 11110010 1000000 110110 0 101 11100110 1010110 1000000

Color Harmonies of #566FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566FF2

Black with #566FF2

Text Example


Text Example

White with #566FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,111,242); }

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

background-color css

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

 a { background-color: rgb(86,111,242); }

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

border-color css

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

 span { border-color: rgb(86,111,242); }

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