Html Css Color HEX #567CDC Royal Blue

📋 copy color: '#567CDC'

red 86 ◦ green 124 ◦ blue 220

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

Shades of Royal Blue #567CDC

Tints of Royal Blue #567CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.84%

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

R = 20%
G = 28.84%
B = 51.16%

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

#567CDC (or 0x567CDC) is known color: Royal Blue. HEX triplet: 56, 7C and DC. RGB value is (86,124,220). Sum of RGB (Red+Green+Blue) = 86+124+220=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #567CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CDC is #A98323. Grayscale: #7B7B7B. Windows color (decimal): -11109156 or 14449750. OLE color: 14449750.

HSL color Cylindrical-coordinate representation of color #567CDC: hue angle of 222.99º 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 #567CDC is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 124 220 -
CMYK 0.61 0.44 0 0.14
HSL 222.99º 0.66% 0.6% -
HSV(B) 222.99º 0.61% 0.86% -
XYZ 23.96 21.56 70.61 -
YUV 123.58 182.41 101.19 -
System Red Green Blue C M Y K H S L
Decimal 86 124 220 0.61 0.44 0 0.14 222.99 0.66 0.6
Hex 56 7C DC 3D 2C 0 E DF 42 3C
Octal 126 174 334 75 54 0 16 337 102 74
Binary 1010110 1111100 11011100 111101 101100 0 1110 11011111 1000010 111100

Color Harmonies of #567CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567CDC

Black with #567CDC

Text Example


Text Example

White with #567CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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