Html Css Color HEX #567BDC Royal Blue

📋 copy color: '#567BDC'

red 86 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #567BDC

Tints of Royal Blue #567BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.67%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 20.05%
G = 28.67%
B = 51.28%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#567BDC (or 0x567BDC) is known color: Royal Blue. HEX triplet: 56, 7B and DC. RGB value is (86,123,220). Sum of RGB (Red+Green+Blue) = 86+123+220=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #567BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567BDC is #A98423. Grayscale: #7A7A7A. Windows color (decimal): -11109412 or 14449494. OLE color: 14449494.

HSL color Cylindrical-coordinate representation of color #567BDC: hue angle of 223.43º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567BDC is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 123 220 -
CMYK 0.61 0.44 0 0.14
HSL 223.43º 0.66% 0.6% -
HSV(B) 223.43º 0.61% 0.86% -
XYZ 23.84 21.31 70.57 -
YUV 123 182.74 101.61 -
System Red Green Blue C M Y K H S L
Decimal 86 123 220 0.61 0.44 0 0.14 223.43 0.66 0.6
Hex 56 7B DC 3D 2C 0 E DF 42 3C
Octal 126 173 334 75 54 0 16 337 102 74
Binary 1010110 1111011 11011100 111101 101100 0 1110 11011111 1000010 111100

Color Harmonies of #567BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567BDC

Black with #567BDC

Text Example


Text Example

White with #567BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567BDC; }

 p { color: rgb(86,123,220); }

 H1.HeaderClassName
 {
   color: #567BDC;
 }
 .AnyTagClassName
 {
   color: #567BDC;
 }
</style>

background-color css

<style>
 a { background-color: #567BDC; }

 a { background-color: rgb(86,123,220); }

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

border-color css

<style>
 span { border-color: #567BDC; }

 span { border-color: rgb(86,123,220); }

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